summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+9
2019-04-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2019-04-05kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon1-1/+2
2019-04-05Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2-4/+7
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-34/+70
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2-3/+3
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-19/+31
2019-04-04tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()Steven Rostedt (Red Hat)1-3/+6
2019-04-01signal: don't silently convert SI_USER signals to non-current pidfdJann Horn1-9/+4
2019-03-31Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+18
2019-03-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+4
2019-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-19/+31
2019-03-29xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer1-3/+10
2019-03-29ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin1-2/+13
2019-03-28cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=nThomas Gleixner1-2/+18
2019-03-28watchdog: Respect watchdog cpumask on CPU hotplugThomas Gleixner1-2/+4
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller27-124/+336
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-70/+106
2019-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-15/+18
2019-03-26bpf: remove incorrect 'verifier bug' warningPaul Chaignon1-2/+3
2019-03-26ftrace: Fix warning using plain integer as NULL & spelling correctionsHariprasad Kelam1-6/+6
2019-03-26tracing: initialize variable in create_dyn_event()Frank Rowand1-1/+1
2019-03-26tracing: Remove unnecessary var_ref destroy in track_data_destroy()Tom Zanussi1-1/+0
2019-03-26bpf: fix use after free in bpf_evict_inodeDaniel Borkmann1-14/+18
2019-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-56/+89
2019-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2019-03-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2019-03-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-2/+7
2019-03-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+1
2019-03-23genirq: Mark expected switch case fall-throughGustavo A. R. Silva1-0/+1
2019-03-22Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/...Thomas Gleixner1-0/+2
2019-03-22genetlink: make policy common to familyJohannes Berg1-3/+25
2019-03-22watchdog/core: Make variables staticValdis Kletnieks1-2/+2
2019-03-22time/jiffies: Make refined_jiffies staticValdis Kletnieks1-1/+1
2019-03-22genirq/devres: Remove excess parameter from kernel docValdis Kletnieks1-2/+0
2019-03-22futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie1-0/+4
2019-03-21bpf: verifier: propagate liveness on all framesJakub Kicinski1-9/+11
2019-03-21bpf: add skc_lookup_tcp helperLorenz Bauer1-1/+2
2019-03-21bpf: allow helpers to return PTR_TO_SOCK_COMMONLorenz Bauer1-0/+4
2019-03-21bpf: track references based on is_acquire_funcLorenz Bauer1-14/+12
2019-03-21bpf: do not restore dst_reg when cur_state is freedXu Yu1-1/+1
2019-03-21workqueue: Only unregister a registered lockdep keyBart Van Assche1-2/+3
2019-03-20bpf: Only print ref_obj_id for refcounted regMartin KaFai Lau1-2/+11
2019-03-19sched/fair: Skip LLC NOHZ logic for asymmetric systemsValentin Schneider1-28/+37
2019-03-19sched/fair: Tune down misfit NOHZ kicksValentin Schneider1-1/+25
2019-03-19sched/fair: Comment some nohz_balancer_kick() kick conditionsValentin Schneider1-2/+11
2019-03-19sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov1-1/+1
2019-03-19sched/cpufreq: Fix 32-bit math overflowPeter Zijlstra1-34/+25
2019-03-18bpf: Try harder when allocating memory for large mapsMartynas Pumputis1-7/+15
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2-6/+128