aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-07-25Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-44/+130
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 17-111/+290
2016-07-25Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 9-736/+844
2016-07-24Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2016-07-16Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+1
2016-07-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2016-07-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-7/+9
2016-07-15gcov: add support for gcc version >= 6Gravatar Florian Meier 1-1/+1
2016-07-14Merge tag 'iio-for-4.8c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Gravatar Greg Kroah-Hartman 1-0/+1
2016-07-14Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/...Gravatar Linus Torvalds 1-0/+1
2016-07-13sched/core: Correct off by one bug in load migration calculationGravatar Thomas Gleixner 3-7/+9
2016-07-13cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds ...Gravatar Thomas Gleixner 1-0/+2
2016-07-11posix_cpu_timer: Exit early when process has been reapedGravatar Alexey Dobriyan 1-0/+1
2016-07-10Revert "perf/x86/intel, watchdog: Switch NMI watchdog to ref cycles on x86"Gravatar Ingo Molnar 1-7/+0
2016-07-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-22/+20
2016-07-07Merge branch 'locking/arch-atomic' into locking/core, because the topic is readyGravatar Ingo Molnar 3-4/+4
2016-07-07locking/static_keys: Fix non static symbol Sparse warningGravatar Wei Yongjun 1-1/+1
2016-07-07Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Gravatar Ingo Molnar 7-114/+139
2016-07-07perf/core: Fix pmu::filter_match for SW-led groupsGravatar Mark Rutland 1-1/+22
2016-06-30timekeeping: export get_monotonic_coarse64 symbolGravatar Gregor Boirie 1-0/+1
2016-06-30Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 9-736/+844
2016-06-29Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 3-4/+25
2016-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-37/+16
2016-06-29Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-72/+76
2016-06-29bpf, perf: delay release of BPF prog after grace periodGravatar Daniel Borkmann 1-1/+1
2016-06-28audit: move audit_get_tty to reduce scope and kabi changesGravatar Richard Guy Briggs 3-1/+21
2016-06-28audit: move calcs after alloc and check when logging set loginuidGravatar Richard Guy Briggs 1-3/+4
2016-06-27locking/qspinlock: Use __this_cpu_dec() instead of full-blown this_cpu_dec()Gravatar Pan Xinhui 1-1/+1
2016-06-27Merge tag 'v4.7-rc5' into perf/core, to pick up fixesGravatar Ingo Molnar 12-63/+160
2016-06-27sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusionGravatar Peter Zijlstra 1-16/+11
2016-06-27sched/fair: Fix effective_load() to consistently use smoothed loadGravatar Peter Zijlstra 1-6/+9
2016-06-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-21/+66
2016-06-25Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-3/+33
2016-06-25Fix build break in fork.c when THREAD_SIZE < PAGE_SIZEGravatar Michael Ellerman 1-2/+2
2016-06-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+12
2016-06-24oom, suspend: fix oom_reaper vs. oom_killer_disable raceGravatar Michal Hocko 1-0/+12
2016-06-24Clarify naming of thread info/stack allocatorsGravatar Linus Torvalds 1-25/+25
2016-06-24sched/core: Allow kthreads to fall back to online && !active cpusGravatar Tejun Heo 1-1/+3
2016-06-24sched/fair: Do not announce throttled next buddy in dequeue_task_fair()Gravatar Konstantin Khlebnikov 1-5/+4
2016-06-24sched/fair: Initialize throttle_count for new task-groups lazilyGravatar Konstantin Khlebnikov 2-1/+21
2016-06-24locking/static_key: Fix concurrent static_key_slow_inc()Gravatar Paolo Bonzini 1-3/+33
2016-06-23cgroup: Disable IRQs while holding css_set_lockGravatar Daniel Bristot de Oliveira 1-68/+74
2016-06-23locking: avoid passing around 'thread_info' in mutex debugging codeGravatar Linus Torvalds 4-12/+12
2016-06-20Merge tag 'trace-v4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-1/+6
2016-06-20tracing: Handle NULL formats in hold_module_trace_bprintk_format()Gravatar Steven Rostedt (Red Hat) 1-1/+6
2016-06-20sched/fair: Fix cfs_rq avg tracking underflowGravatar Peter Zijlstra 1-8/+25
2016-06-16cgroup: set css->id to -1 during initGravatar Tejun Heo 1-0/+1
2016-06-16workqueue: Fix setting affinity of unbound worker threadsGravatar Peter Zijlstra 1-5/+1
2016-06-16locking/atomic, arch/rwsem: Employ atomic_long_fetch_add()Gravatar Peter Zijlstra 1-1/+1
2016-06-16locking/atomic, arch/qrwlock: Employ atomic_fetch_add_acquire()Gravatar Peter Zijlstra 1-1/+1