aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-30timekeeping: export get_monotonic_coarse64 symbolGregor Boirie1-0/+1
2016-06-30bpf: don't use raw processor id in generic helperDaniel Borkmann1-1/+1
2016-06-30bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_readDaniel Borkmann1-3/+8
2016-06-30bpf, trace: fetch current cpu only onceDaniel Borkmann1-2/+3
2016-06-30bpf: minor cleanups on fd maps and helpersDaniel Borkmann2-14/+7
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller23-203/+386
2016-06-30Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar9-736/+844
2016-06-29Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds3-4/+25
2016-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-37/+16
2016-06-29Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-72/+76
2016-06-29bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann1-1/+1
2016-06-28audit: move audit_get_tty to reduce scope and kabi changesRichard Guy Briggs3-1/+21
2016-06-28audit: move calcs after alloc and check when logging set loginuidRichard Guy Briggs1-3/+4
2016-06-28PM / sleep: make PM notifiers called symmetricallyLianwei Wang5-20/+37
2016-06-27tracing/function_graph: Fix filters for function_graph thresholdJoel Fernandes1-9/+8
2016-06-27audit: add fields to exclude filter by reusing user filterRichard Guy Briggs3-100/+57
2016-06-27sched/fair: Rework throttle_count syncPeter Zijlstra2-21/+20
2016-06-27sched/core: Fix sched_getaffinity() return value kerneldoc commentZev Weiss1-1/+2
2016-06-27sched/fair: Reorder cgroup creation codePeter Zijlstra3-4/+21
2016-06-27sched/fair: Apply more PELT fixesPeter Zijlstra1-4/+49
2016-06-27sched/fair: Fix PELT integrity for new tasksPeter Zijlstra2-13/+60
2016-06-27sched/cgroup: Fix cpu_cgroup_fork() handlingVincent Guittot3-24/+67
2016-06-27sched/fair: Fix PELT integrity for new groupsPeter Zijlstra1-0/+10
2016-06-27sched/fair: Fix and optimize the fork() pathPeter Zijlstra2-26/+17
2016-06-27locking/qspinlock: Use __this_cpu_dec() instead of full-blown this_cpu_dec()Pan Xinhui1-1/+1
2016-06-27Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar12-82/+172
2016-06-27Merge tag 'v4.7-rc5' into perf/core, to pick up fixesIngo Molnar12-63/+160
2016-06-27sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusionPeter Zijlstra1-16/+11
2016-06-27sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra1-6/+9
2016-06-26x86/KASLR, x86/power: Remove x86 hibernation restrictionsKees Cook1-6/+0
2016-06-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-21/+66
2016-06-25Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+33
2016-06-25Fix build break in fork.c when THREAD_SIZE < PAGE_SIZEMichael Ellerman1-2/+2
2016-06-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+12
2016-06-24oom, suspend: fix oom_reaper vs. oom_killer_disable raceMichal Hocko1-0/+12
2016-06-24Clarify naming of thread info/stack allocatorsLinus Torvalds1-25/+25
2016-06-24libnvdimm, pmem: allow nfit_test to override pmem_direct_access()Dan Williams1-6/+0
2016-06-24fs: Limit file caps to the user namespace of the super blockSeth Forshee1-0/+14
2016-06-24sched/core: Allow kthreads to fall back to online && !active cpusTejun Heo1-1/+3
2016-06-24sched/fair: Do not announce throttled next buddy in dequeue_task_fair()Konstantin Khlebnikov1-5/+4
2016-06-24sched/fair: Initialize throttle_count for new task-groups lazilyKonstantin Khlebnikov2-1/+21
2016-06-24locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini1-3/+33
2016-06-23tracing: Skip more functions when doing stack tracing of eventsSteven Rostedt (Red Hat)1-1/+18
2016-06-23cgroup: Disable IRQs while holding css_set_lockDaniel Bristot de Oliveira1-68/+74
2016-06-23locking: avoid passing around 'thread_info' in mutex debugging codeLinus Torvalds4-12/+12
2016-06-23irqdomain: Fix disposal of mappings for interrupt hierarchiesJon Hunter1-2/+6
2016-06-21cgroup: Use lld instead of ld when printing pids controller events_limitKenny Yu1-1/+1
2016-06-21cgroup: Add pids controller event when fork fails because of pid limitKenny Yu1-1/+33
2016-06-21cgroup: allow NULL return from ss->css_alloc()Tejun Heo1-0/+2
2016-06-21Merge branch 'fortglx/4.8/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner6-24/+28