summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2017-09-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-30/+92
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-798/+573
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar-60/+112
2017-09-04Merge branch 'pm-sleep'Rafael J. Wysocki-107/+192
2017-09-04Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki-28/+80
2017-09-04Merge branch 'pm-cpufreq'Rafael J. Wysocki-10/+2
2017-09-04Merge branches 'pm-core', 'pm-opp', 'pm-domains', 'pm-cpu' and 'pm-avs'Rafael J. Wysocki-37/+13
2017-09-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+1
2017-09-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-10/+19
2017-09-01bpf: sockmap update/simplify memory accounting schemeJohn Fastabend-11/+7
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-50/+113
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-13/+17
2017-09-01ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)-4/+6
2017-09-01bpf: Only set node->ref = 1 if it has not been setMartin KaFai Lau-2/+8
2017-09-01bpf: Inline LRU map lookupMartin KaFai Lau-0/+19
2017-09-01ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)-1/+1
2017-08-31ftrace: Zero out ftrace hashes when a module is removedSteven Rostedt (VMware)-3/+55
2017-08-31mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers-2/+8
2017-08-31kernel/kthread.c: kthread_worker: don't hog the cpuShaohua Li-0/+1
2017-08-31tracing: Only have rmmod clear buffers that its events were active inSteven Rostedt (VMware)-8/+11
2017-08-31alarmtimer: Ensure RTC module is not unloadedAlexandre Belloni-0/+6
2017-08-31Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-2/+12
2017-08-29Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2017-08-29locking/pvqspinlock: Relax cmpxchg's to improve performance on some architect...Waiman Long-7/+17
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang-17/+19
2017-08-29locking/lockdep: Untangle xhlock history save/restore from task independencePeter Zijlstra-46/+42
2017-08-29perf/core, x86: Add PERF_SAMPLE_PHYS_ADDRKan Liang-0/+46
2017-08-29perf/core, pt, bts: Get rid of itrace_startedAlexander Shishkin-1/+6
2017-08-29Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-22/+65
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming-10/+17
2017-08-29perf/core: Fix potential double-fetch bugMeng Xu-0/+2
2017-08-28bpf: fix oops on allocation failureDan Carpenter-0/+1
2017-08-28bpf: sockmap indicate sock events to listenersJohn Fastabend-0/+6
2017-08-28bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend-0/+3
2017-08-28bpf: sockmap add missing rcu_read_(un)lock in smap_data_readyJohn Fastabend-3/+6
2017-08-28bpf: sockmap, remove STRPARSER map_flags and add multi-map supportJohn Fastabend-104/+165
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend-38/+25
2017-08-28Merge 4.13-rc7 into char-misc-nextGreg Kroah-Hartman-80/+282
2017-08-27Minor page waitqueue cleanupsLinus Torvalds-3/+4
2017-08-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-9/+41
2017-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-20/+19
2017-08-26time: Fix ktime_get_raw() incorrect base accumulationJohn Stultz-3/+1
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar-183/+490
2017-08-25fork: fix incorrect fput of ->exe_file causing use-after-freeEric Biggers-0/+1
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby-0/+39
2017-08-25genirq/proc: Avoid uninitalized variable warningThomas Gleixner-2/+2
2017-08-25irqdomain: Prevent potential NULL pointer dereference in irq_domain_push_irq()Dan Carpenter-2/+2
2017-08-25genirq: Fix semicolon.cocci warningskbuild test robot-1/+1
2017-08-25sched/debug: Optimize sched_domain sysctl generationPeter Zijlstra-14/+59
2017-08-25sched/topology: Avoid pointless rebuildPeter Zijlstra-3/+12