summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-141-9/+14
|\
| * bpf: fix precision tracking of stack slotsAlexei Starovoitov2019-09-051-9/+14
* | cgroup: freezer: fix frozen state inheritanceRoman Gushchin2019-09-121-1/+9
* | Merge tag 'for-linus-20190912' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2019-09-121-0/+10
|\ \
| * | fork: block invalid exit signals with clone3()Eugene Syromiatnikov2019-09-121-0/+10
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-121-2/+2
|\ \ \
| * | | perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initializationMark-PK Tsai2019-09-061-2/+2
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-121-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye2019-09-051-0/+2
| | |/ | |/|
* | | sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI ...Ingo Molnar2019-09-041-39/+39
* | | sched/fair: Don't assign runtime for throttled cfs_rqLiangyan2019-09-031-0/+5
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-011-2/+6
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-08-301-2/+6
| |\ \
| | * | bpf: handle 32-bit zext during constant blindingNaveen N. Rao2019-08-261-2/+6
* | | | Merge tag 'trace-v5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-08-314-14/+34
|\ \ \ \
| * | | | tracing: Correct kdoc formatsJakub Kicinski2019-08-311-12/+14
| * | | | tracing/probe: Fix null pointer dereferenceXinpeng Liu2019-08-311-1/+2
| * | | | tracing: Make exported ftrace_set_clr_event non-staticDenis Efremov2019-08-311-1/+1
| * | | | ftrace: Check for successful allocation of hashNaveen N. Rao2019-08-301-0/+5
| * | | | ftrace: Check for empty hash and comment the race with registering probesSteven Rostedt (VMware)2019-08-301-1/+9
| * | | | ftrace: Fix NULL pointer dereference in t_probe_next()Naveen N. Rao2019-08-301-0/+4
| | |_|/ | |/| |
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-08-281-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the firs...Marc Zyngier2019-08-271-2/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-272-16/+23
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-08-232-16/+23
| |\ \
| | * | bpf: fix use after free in prog symbol exposureDaniel Borkmann2019-08-241-12/+18
| | * | bpf: fix precision tracking in presence of bpf2bpf callsAlexei Starovoitov2019-08-241-4/+5
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-08-252-9/+18
|\ \ \ \
| * | | | timekeeping/vsyscall: Prevent math overflow in BOOTTIME updateThomas Gleixner2019-08-232-9/+18
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-08-251-1/+4
|\ \ \ \ \
| * | | | | sched/core: Schedule new worker even if PI-blockedSebastian Andrzej Siewior2019-08-191-1/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-08-251-4/+4
|\ \ \ \ \
| * | | | | kprobes: Fix potential deadlock in kprobe_optimizer()Andrea Righi2019-08-191-4/+4
| |/ / / /
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-251-1/+14
|\ \ \ \ \
| * | | | | genirq: Properly pair kobject_del() with kobject_add()Michael Kelley2019-08-191-1/+14
| |/ / / /
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-08-251-0/+8
|\ \ \ \ \
| * | | | | psi: get poll_work to run when calling poll syscall next timeJason Xing2019-08-241-0/+8
* | | | | | Merge tag 'dma-mapping-5.3-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-08-242-7/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | dma-direct: fix zone selection after an unaddressable CMA allocationChristoph Hellwig2019-08-212-7/+11
| |/ / / /
* | | | | Merge tag 'modules-for-v5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-08-231-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | modules: page-align module section allocations only for arches supporting str...He Zhe2019-08-211-1/+6
| * | | | modules: always page-align module section allocationsJessica Yu2019-07-301-6/+1
* | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-08-191-0/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2019-08-191-0/+5
* | | | | Merge tag 'spdx-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-08-181-15/+1
|\ \ \ \ \
| * | | | | kernel/configs: Replace GPL boilerplate code with SPDX identifierThomas Huth2019-07-301-15/+1
* | | | | | Merge tag 'pm-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-08-161-4/+10
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-08-161-4/+10
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar2019-08-101-4/+10
| | | |_|_|/ | | |/| | |
* | | | | | Merge tag 'dma-mapping-5.3-4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-08-143-7/+24
|\ \ \ \ \ \ | |/ / / / / |/| | | | |