summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* rcu/tree: Fix SCHED_FIFO paramsPeter Zijlstra2019-10-051-3/+3
* printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch2019-10-051-1/+1
* sched/psi: Correct overly pessimistic size calculationMiles Chen2019-10-051-1/+1
* kprobes: Prohibit probing on BUG() and WARN() addressMasami Hiramatsu2019-10-051-1/+2
* jump_label: Don't warn on __exit jump entriesAndrew Murray2019-10-051-1/+3
* sched/cpufreq: Align trace event behavior of fast switchingDouglas RAILLARD2019-10-051-1/+6
* posix-cpu-timers: Sanitize bogus WARNONSThomas Gleixner2019-10-051-7/+13
* idle: Prevent late-arriving interrupts from disrupting offlinePeter Zijlstra2019-10-051-2/+3
* sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld2019-10-051-3/+3
* rcu: Add destroy_work_on_stack() to match INIT_WORK_ONSTACK()Paul E. McKenney2019-10-051-1/+5
* rcu/tree: Call setschedule() gp ktread to SCHED_FIFO outside of atomic regionJuri Lelli2019-10-051-3/+3
* sched/deadline: Fix bandwidth accounting at all levels after offline migrationJuri Lelli2019-10-051-0/+33
* sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli2019-10-051-4/+0
* sched/fair: Fix imbalance due to CPU affinityVincent Guittot2019-10-051-2/+3
* time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney2019-10-051-8/+49
* 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
| |/ / / /