aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ASoC: fix broken pxa SoC supportRobert Jarzmik2016-08-262-9/+8
* ALSA: synth: Fix conflicting OSS device registration on AWE32Takashi Iwai2016-08-261-1/+2
* mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman2016-08-261-0/+8
* spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabledTan, Jui Nee2016-08-261-0/+4
* spi: Fix documentation of spi_alloc_master()Guenter Roeck2016-08-261-2/+1
* x86/xen: Support kexec/kdump in HVM guests by doing a soft resetVitaly Kuznetsov2016-08-262-0/+31
* x86/mm: Set NX on gap between __ex_table and rodataStephen Smalley2016-08-261-1/+1
* Use WARN_ON_ONCE for missing X86_FEATURE_NRIPSDirk Müller2016-08-261-1/+1
* x86/platform: Fix Geode LX timekeeping in the generic x86 buildDavid Woodhouse2016-08-261-7/+10
* x86/apic: Serialize LVTT and TSC_DEADLINE writesShaohua Li2016-08-261-0/+7
* windfarm: decrement client count when unregisteringPaul Bolle2016-08-261-1/+1
* ARM: 8429/1: disable GCC SRA optimizationArd Biesheuvel2016-08-261-0/+8
* perf header: Fixup reading of HEADER_NRCPUS featureArnaldo Carvalho de Melo2016-08-261-2/+2
* scsi: fix scsi_error_handler vs. scsi_host_dev_release raceMichal Hocko2016-08-261-1/+10
* Revert "ARM64: unwind: Fix PC calculation"Will Deacon2016-08-261-5/+1
* include/linux: add compiler-gcc6.hLevin Calado2016-08-261-0/+64
* arm64: readahead: fault retry breaks mmap file read random detectionMark Salyzyn2016-08-261-0/+1
* cpufreq: use correct preset cpu frequencyMoyster2016-08-261-2/+2
* Fix some kernel mismatch errorsJan Magnus Brevik2016-08-264-7/+7
* add uksm 0.1.2.3 for v3.10 .ge.46.patchLevin Calado2016-08-2620-37/+6578
* fix compilationMoyster2016-08-261-1/+0
* fix buildStefan Guendhoer2016-08-261-0/+1
* ASoC: compress: Use power efficient workqueueMark Brown2016-08-261-2/+3
* ASoC: jack: Use power efficient workqueueMark Brown2016-08-261-1/+1
* regulator: core: Use the power efficient workqueue for delayed powerdownMark Brown2016-08-261-2/+3
* ASoC: pcm: Use the power efficient workqueue for delayed powerdownMark Brown2016-08-261-2/+3
* fbcon: queue work on power efficient wqViresh Kumar2016-08-261-1/+1
* block: queue work on power efficient wqViresh Kumar2016-08-263-6/+12
* PHYLIB: queue work on system_power_efficient_wqViresh Kumar2016-08-261-4/+5
* workqueue: Add system wide power_efficient workqueuesViresh Kumar2016-08-262-1/+20
* workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueuesViresh Kumar2016-08-264-0/+75
* power: make sync on suspend optionalStefan Guendhoer2016-08-262-0/+7
* mm: don't use compound_head() in virt_to_head_page()Joonsoo Kim2016-08-261-1/+26
* sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Stefan Guendhoer2016-08-261-0/+10
* sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen2016-08-261-1/+16
* aio: Skip timer for io_getevents if timeout=0Fam Zheng2016-08-261-2/+6
* workqueue: allow rescuer thread to do more work.NeilBrown2016-08-261-1/+19
* mm/slub: optimize alloc/free fastpath by removing preemption on/offJoonsoo Kim2016-08-261-12/+23
* mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter2016-08-268-12/+12
* locking/rtmutex: Optimize setting task running after being blockedDavidlohr Bueso2016-08-261-4/+3
* sched/completion: Add lock-free checking of the blocking caseNicholas Mc Guire2016-08-261-0/+9
* Optimise apply_slack() for size and speed.Chinmay V S2016-08-261-6/+3
* cpufreq: Introduce new relation for freq selectionStratos Karafotis2016-08-262-1/+12
* audit: kiss goodbye you stupid piece of crap logging messages.Francisco Franco2016-08-261-1/+1
* mm: reduce readahead from 1024kB to 512kBStefan Guendhoer2016-08-261-1/+1
* block: row: add magic values.franciscofranco2016-08-261-9/+9
* Add ROW IO scheduler.Raymond Golo (intersectRaven)2016-08-263-0/+1147
* mm: pass readahead info down to the i/o schedulerLee Susman2016-08-263-0/+5
* block: add REQ_URGENT to request flagsTatyana Brokhman2016-08-261-1/+3
* block: Add API for urgent request handlingTatyana Brokhman2016-08-266-2/+58