aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-03-09bpf: comment why dots in filenames under BPF virtual FS are not allowedQuentin Monnet1-0/+3
2018-03-09perf/core: Fix ctx_event_type in ctx_resched()Song Liu1-1/+3
2018-03-09sched/completions: Use bool in try_wait_for_completion()gaurav jindal1-3/+3
2018-03-09sched/fair: Update blocked load when newly idleVincent Guittot1-18/+87
2018-03-09sched/fair: Move idle_balance()Peter Zijlstra1-114/+114
2018-03-09sched/nohz: Merge CONFIG_NO_HZ_COMMON blocksPeter Zijlstra1-6/+4
2018-03-09sched/fair: Move rebalance_domains()Peter Zijlstra1-118/+118
2018-03-09sched/nohz: Optimize nohz_idle_balance()Peter Zijlstra1-5/+4
2018-03-09sched/fair: Reduce the periodic update durationVincent Guittot1-4/+17
2018-03-09sched/nohz: Stop NOHZ stats when decayedVincent Guittot2-20/+97
2018-03-09sched/cpufreq: Provide migration hintPeter Zijlstra1-12/+19
2018-03-09sched/nohz: Clean up nohz enter/exitPeter Zijlstra4-50/+43
2018-03-09sched/fair: Update blocked load from NEWIDLEPeter Zijlstra3-6/+45
2018-03-09sched/fair: Add NOHZ stats balancingPeter Zijlstra1-12/+19
2018-03-09sched/fair: Restructure nohz_balance_kick()Peter Zijlstra1-107/+111
2018-03-09sched/fair: Add NOHZ_STATS_KICKPeter Zijlstra3-19/+41
2018-03-09sched/core: Convert nohz_flags to atomic_tPeter Zijlstra3-16/+24
2018-03-09cpufreq/schedutil: Rewrite CPUFREQ_RT supportPeter Zijlstra2-43/+40
2018-03-09cpufreq/schedutil: Remove unused CPUFREQ_DLPeter Zijlstra1-2/+2
2018-03-09sched/fair: Add ';' after label attributesNorbert Manthey1-1/+1
2018-03-09Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar18-75/+141
2018-03-08audit: link denied should not directly generate PATH recordRichard Guy Briggs1-13/+1
2018-03-08audit: make ANOM_LINK obey audit_enabled and audit_dummy_contextRichard Guy Briggs1-0/+3
2018-03-08module: propagate error in modules_open()Leon Yu1-1/+1
2018-03-08Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mipsLinus Torvalds1-19/+0
2018-03-08panic: Add closing panic marker parenthesisBorislav Petkov1-1/+1
2018-03-08bpf: add support to read sample address in bpf programTeng Qin1-4/+16
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as_cred and security_task_killStephen Smalley1-3/+3
2018-03-06kernel/memremap: Remove stale devres_free() callOliver O'Halloran1-1/+0
2018-03-06audit: do not panic on invalid boot parameterGreg Edwards1-7/+14
2018-03-06Merge tag 'v4.16-rc4' into perf/core, to pick up fixesIngo Molnar23-95/+156
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-37/+81
2018-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-16/+26
2018-03-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2018-03-04sched/core: Undefine tracepoint creation at the end of core.cIngo Molnar1-0/+2
2018-03-04sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separate namespaceIngo Molnar2-15/+15
2018-03-04sched/idle: Merge kernel/sched/idle.c and kernel/sched/idle_task.cIngo Molnar3-120/+125
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar28-213/+94
2018-03-03Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-5/+10
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar28-702/+698
2018-03-03sched/deadline: Clean up various coding style detailsMario Leinweber1-1/+4
2018-03-02memremap: fix softlockup reports at teardownDan Williams1-5/+10
2018-03-02signals: Move put_compat_sigset to compat.h to silence hardened usercopyMatt Redfearn1-19/+0
2018-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-16/+26
2018-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+2
2018-02-28timers: Forward timer base before migrating timersLingutla Chandrasekhar1-0/+6
2018-02-28genirq: Add wakeup sysfs node to show IRQ wakeup stateAndy Shevchenko1-0/+17
2018-02-28locking/lockdep: Show unadorned pointersBorislav Petkov1-12/+12
2018-02-28clocksource: Use ATTRIBUTE_GROUPSBaolin Wang1-11/+10
2018-02-28clocksource: Use DEVICE_ATTR_RW/RO/WO to define device attributesBaolin Wang1-26/+17