aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-08-27Minor page waitqueue cleanupsGravatar Linus Torvalds 1-3/+4
2017-08-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-9/+41
2017-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-20/+19
2017-08-25fork: fix incorrect fput of ->exe_file causing use-after-freeGravatar Eric Biggers 1-0/+1
2017-08-25perf/core: Fix group {cpu,task} validationGravatar Mark Rutland 1-20/+19
2017-08-24Merge tag 'trace-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-16/+38
2017-08-24tracing: Fix freeing of filter in create_filter() when set_str is falseGravatar Steven Rostedt (VMware) 1-0/+4
2017-08-24tracing: Fix kmemleak in tracing_map_array_free()Gravatar Chunyu Hu 1-4/+7
2017-08-24ftrace: Check for null ret_stack on profile function graph entry functionGravatar Steven Rostedt (VMware) 1-0/+4
2017-08-24timers: Fix excessive granularity of new timers after a nohz idleGravatar Nicholas Piggin 1-9/+41
2017-08-21pids: make task_tgid_nr_ns() safeGravatar Oleg Nesterov 1-7/+4
2017-08-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-8/+39
2017-08-20Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-4/+10
2017-08-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-0/+60
2017-08-20genirq/ipi: Fixup checks against nr_cpu_idsGravatar Alexey Dobriyan 1-2/+2
2017-08-18signal: don't remove SIGNAL_UNKILLABLE for traced tasks.Gravatar Jamie Iles 1-1/+5
2017-08-18kmod: fix wait on recursive loopGravatar Luis R. Rodriguez 1-2/+23
2017-08-18kernel/watchdog: Prevent false positives with turbo modesGravatar Thomas Gleixner 2-0/+60
2017-08-18genirq: Restore trigger settings in irq_modify_status()Gravatar Marc Zyngier 1-2/+8
2017-08-16Merge tag 'audit-pr-20170816' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+8
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-4/+30
2017-08-15bpf: fix bpf_trace_printk on 32 bit archsGravatar Daniel Borkmann 1-4/+30
2017-08-15audit: Receive unmount eventGravatar Jan Kara 1-1/+1
2017-08-15audit: Fix use after free in audit_remove_watch_rule()Gravatar Jan Kara 1-5/+7
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-10perf/core: Fix time on IOC_ENABLEGravatar Peter Zijlstra 1-5/+36
2017-08-10perf/x86: Fix RDPMC vs. mm_struct trackingGravatar Peter Zijlstra 1-3/+3
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-02ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPUGravatar Steven Rostedt (VMware) 3-11/+21
2017-08-02tracing: Missing error code in tracer_alloc_buffers()Gravatar Dan Carpenter 1-0/+1
2017-08-02tracing: Call clear_boot_tracer() at lateinit_syncGravatar Steven Rostedt (VMware) 1-1/+1
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