aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-08-10mm: migrate: prevent racy access to tlb_flush_pendingGravatar Nadav Amit 1-1/+1
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsGravatar Johannes Weiner 1-1/+1
2017-08-09futex: Remove unnecessary warning from get_futex_keyGravatar Mel Gorman 1-2/+3
2017-08-06Fix compat_sys_sigpending breakageGravatar Dmitry V. Levin 1-4/+7
2017-08-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2017-08-02cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Gravatar Dima Zavin 1-0/+1
2017-08-02pid: kill pidhash_size in pidhash_init()Gravatar Kefeng Wang 1-3/+0
2017-08-01timers: Fix overflow in get_next_timer_interruptGravatar Matija Glavinic Pecotic 1-1/+1
2017-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-8/+17
2017-07-31Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-29/+40
2017-07-31Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+26
2017-07-30Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2017-07-29bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_lenGravatar Daniel Borkmann 1-1/+1
2017-07-29bpf: don't indicate success when copy_from_user failsGravatar Daniel Borkmann 1-1/+1
2017-07-28workqueue: Work around edge cases for calc of pool's cpumaskGravatar Michael Bringmann 1-0/+7
2017-07-27genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration"Gravatar Thomas Gleixner 1-2/+7
2017-07-25workqueue: implicit ordered attribute should be overridableGravatar Tejun Heo 1-4/+9
2017-07-25sched/core: Fix some documentation build warningsGravatar Jonathan Corbet 1-1/+1
2017-07-24bpf/verifier: fix min/max handling in BPF_SUBGravatar Edward Cree 1-6/+15
2017-07-23cgroup: fix error return value from cgroup_subtree_control()Gravatar Tejun Heo 1-2/+2
2017-07-21Merge tag 'trace-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-22/+36
2017-07-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-9/+11
2017-07-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-21/+12
2017-07-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+0
2017-07-21Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-10/+12
2017-07-21perf/core: Fix locking for children siblings group readGravatar Jiri Olsa 1-0/+5
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-14/+94
2017-07-20bpf: fix mixed signed/unsigned derived min/max value boundsGravatar Daniel Borkmann 1-14/+94
2017-07-20Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-0/+1
2017-07-20trace: fix the errors caused by incompatible type of RCU variablesGravatar Chunyan Zhang 2-17/+30
2017-07-20tracing: Fix kmemleak in instance_rmdirGravatar Chunyu Hu 1-0/+1
2017-07-20perf/core: Fix scheduling regression of pinned groupsGravatar Alexander Shishkin 1-0/+7
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2017-07-19workqueue: restore WQ_UNBOUND/max_active==1 to be orderedGravatar Tejun Heo 1-0/+10
2017-07-19audit: fix memleak in auditd_send_unicast_skb.Gravatar Shu Wang 1-0/+1
2017-07-19tracing/ring_buffer: Try harder to allocateGravatar Joel Fernandes 1-5/+5
2017-07-18cgroup: create dfl_root files on subsys registrationGravatar Tejun Heo 1-0/+4
2017-07-17genirq/PM: Properly pretend disabled state when force resuming interruptsGravatar Juergen Gross 3-10/+12
2017-07-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-10/+53
2017-07-17Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+2
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-3/+13
2017-07-14Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+5
2017-07-14kmod: throttle kmod thread limitGravatar Luis R. Rodriguez 1-9/+7
2017-07-14kernel/watchdog.c: use better pr_fmt prefixGravatar Kefeng Wang 1-1/+1
2017-07-14Merge branches 'pm-cpufreq-sched' and 'intel_pstate'Gravatar Rafael J. Wysocki 1-0/+5
2017-07-14sched/deadline: Fix confusing comments about selection of top pi-waiterGravatar Joel Fernandes 1-6/+8
2017-07-14sched/cputime: Don't use smp_processor_id() in preemptible contextGravatar Wanpeng Li 1-3/+3
2017-07-13Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 4-20/+143
2017-07-13Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 13-198/+654
2017-07-13locking/rtmutex: Remove unnecessary priority adjustmentGravatar Alex Shi 1-1/+0