aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-09-05Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+6
2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 13-182/+287
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+2
2017-09-04Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-13/+1
2017-09-04Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+11
2017-09-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 9-38/+549
2017-09-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-11/+22
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-5/+27
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 22-274/+1176
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 11-253/+433
2017-09-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-30/+92
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 26-798/+573
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsGravatar Ingo Molnar 13-60/+112
2017-09-04Merge branch 'pm-sleep'Gravatar Rafael J. Wysocki 7-107/+192
2017-09-04Merge branch 'pm-cpufreq-sched'Gravatar Rafael J. Wysocki 5-28/+80
2017-09-04Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 1-10/+2
2017-09-04Merge branches 'pm-core', 'pm-opp', 'pm-domains', 'pm-cpu' and 'pm-avs'Gravatar Rafael J. Wysocki 1-37/+13
2017-09-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+1
2017-09-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-10/+19
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-13/+17
2017-08-31mm, uprobes: fix multiple free of ->uprobes_state.xol_areaGravatar Eric Biggers 2-2/+8
2017-08-31kernel/kthread.c: kthread_worker: don't hog the cpuGravatar Shaohua Li 1-0/+1
2017-08-31alarmtimer: Ensure RTC module is not unloadedGravatar Alexandre Belloni 1-0/+6
2017-08-31Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Gravatar Thomas Gleixner 1-2/+12
2017-08-29Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2017-08-29locking/pvqspinlock: Relax cmpxchg's to improve performance on some architect...Gravatar Waiman Long 1-7/+17
2017-08-29smp: Avoid using two cache lines for struct call_single_dataGravatar Ying Huang 3-17/+19
2017-08-29locking/lockdep: Untangle xhlock history save/restore from task independenceGravatar Peter Zijlstra 2-46/+42
2017-08-29perf/core, x86: Add PERF_SAMPLE_PHYS_ADDRGravatar Kan Liang 1-0/+46
2017-08-29perf/core, pt, bts: Get rid of itrace_startedGravatar Alexander Shishkin 1-1/+6
2017-08-29Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 8-22/+65
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionGravatar Zhou Chengming 5-10/+17
2017-08-29perf/core: Fix potential double-fetch bugGravatar Meng Xu 1-0/+2
2017-08-28Merge 4.13-rc7 into char-misc-nextGravatar Greg Kroah-Hartman 19-80/+282
2017-08-27Minor page waitqueue cleanupsGravatar Linus Torvalds 1-3/+4
2017-08-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-9/+41
2017-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-20/+19
2017-08-26time: Fix ktime_get_raw() incorrect base accumulationGravatar John Stultz 1-3/+1
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsGravatar Ingo Molnar 35-183/+490
2017-08-25fork: fix incorrect fput of ->exe_file causing use-after-freeGravatar Eric Biggers 1-0/+1
2017-08-25futex: Remove duplicated code and fix undefined behaviourGravatar Jiri Slaby 1-0/+39
2017-08-25genirq/proc: Avoid uninitalized variable warningGravatar Thomas Gleixner 1-2/+2
2017-08-25irqdomain: Prevent potential NULL pointer dereference in irq_domain_push_irq()Gravatar Dan Carpenter 1-2/+2
2017-08-25genirq: Fix semicolon.cocci warningsGravatar kbuild test robot 1-1/+1
2017-08-25sched/debug: Optimize sched_domain sysctl generationGravatar Peter Zijlstra 3-14/+59
2017-08-25sched/topology: Avoid pointless rebuildGravatar Peter Zijlstra 1-3/+12
2017-08-25sched/topology, cpuset: Avoid spurious/wrong domain rebuildsGravatar Peter Zijlstra 1-6/+0
2017-08-25sched/topology: Improve commentsGravatar Peter Zijlstra 1-2/+3
2017-08-25sched/topology: Fix memory leak in __sdt_alloc()Gravatar Shu Wang 1-9/+7