summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-05-14sched/core: Distinguish between idle_cpu() calls based on desired effect, int...Rohit Jain-10/+24
2018-05-14sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman-21/+48
2018-05-14Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependenciesIngo Molnar-131/+166
2018-05-13Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-67/+91
2018-05-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-56/+1
2018-05-13genirq/msi: Allow level-triggered MSIs to be exposed by MSI providersMarc Zyngier-9/+24
2018-05-13timer_list: Remove unused function pointer typedefChen Lin-2/+0
2018-05-13timers: Adjust a kernel-doc commentMauro Carvalho Chehab-7/+7
2018-05-13tick: Prefer a lower rating device only if it's CPU local deviceSudeep Holla-1/+2
2018-05-12Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...Mel Gorman-56/+1
2018-05-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+5
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-41/+67
2018-05-11init: fix false positives in W+X checkingJeffrey Hugo-0/+5
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-5/+14
2018-05-11Merge tag 'trace-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+3
2018-05-11Merge tag 'pm-4.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-14/+2
2018-05-11tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)-0/+3
2018-05-10compat: fix 4-byte infoleak via uninitialized struct fieldJann Horn-0/+1
2018-05-10powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINEAl Viro-1/+1
2018-05-10PM / wakeup: Only update last time for active wakeup sourcesDoug Berger-0/+1
2018-05-09bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski-1/+1
2018-05-09bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau-6/+37
2018-05-09bpf: btf: Introduce BTF IDMartin KaFai Lau-11/+121
2018-05-09bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=yMartin KaFai Lau-1/+1
2018-05-09cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki-1/+2
2018-05-09cpufreq: schedutil: remove stale commentJuri Lelli-13/+0
2018-05-08seccomp: Don't special case audited processes when loggingTyler Hicks-11/+20
2018-05-08seccomp: Audit attempts to modify the actions_logged sysctlTyler Hicks-9/+69
2018-05-08seccomp: Configurable separator for the actions_logged stringTyler Hicks-6/+7
2018-05-08seccomp: Separate read and write code for actions_logged sysctlTyler Hicks-22/+38
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-214/+566
2018-05-07rdmacg: Convert to use match_string() helperAndy Shevchenko-19/+16
2018-05-06Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-19/+44
2018-05-05Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-166/+186
2018-05-04Merge tag 'trace-v4.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+3
2018-05-05perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra-2/+5
2018-05-05sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra-2/+5
2018-05-05sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra-1/+6
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-5/+14
2018-05-05seccomp: Move speculation migitation control to arch codeThomas Gleixner-13/+2
2018-05-05seccomp: Add filter flag to opt-out of SSB mitigationKees Cook-8/+11
2018-05-05seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner-1/+1
2018-05-04bpf, xskmap: fix crash in xsk_map_alloc error path handlingDaniel Borkmann-0/+2
2018-05-04bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski-2/+2
2018-05-04bpf: replace map pointer loads before calling into offloadsJakub Kicinski-5/+5
2018-05-04bpf: export bpf_event_output()Jakub Kicinski-0/+1
2018-05-04nfp: bpf: record offload neutral maps in the driverJakub Kicinski-0/+2
2018-05-04bpf: offload: allow offloaded programs to use perf event arraysJakub Kicinski-2/+4
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-168/+144
2018-05-04bpf: add faked "ending" subprogJiong Wang-20/+14