summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-08-31alarmtimer: Ensure RTC module is not unloadedAlexandre Belloni1-0/+6
2017-08-31Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner1-2/+12
2017-08-29Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2017-08-29locking/pvqspinlock: Relax cmpxchg's to improve performance on some architect...Waiman Long1-7/+17
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang3-17/+19
2017-08-29locking/lockdep: Untangle xhlock history save/restore from task independencePeter Zijlstra2-46/+42
2017-08-29perf/core, x86: Add PERF_SAMPLE_PHYS_ADDRKan Liang1-0/+46
2017-08-29perf/core, pt, bts: Get rid of itrace_startedAlexander Shishkin1-1/+6
2017-08-29Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar8-22/+65
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming5-10/+17
2017-08-29perf/core: Fix potential double-fetch bugMeng Xu1-0/+2
2017-08-28bpf: fix oops on allocation failureDan Carpenter1-0/+1
2017-08-28bpf: sockmap indicate sock events to listenersJohn Fastabend1-0/+6
2017-08-28bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend1-0/+3
2017-08-28bpf: sockmap add missing rcu_read_(un)lock in smap_data_readyJohn Fastabend1-3/+6
2017-08-28bpf: sockmap, remove STRPARSER map_flags and add multi-map supportJohn Fastabend1-104/+165
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2-38/+25
2017-08-28Merge 4.13-rc7 into char-misc-nextGreg Kroah-Hartman19-80/+282
2017-08-27Minor page waitqueue cleanupsLinus Torvalds1-3/+4
2017-08-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+41
2017-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-20/+19
2017-08-26time: Fix ktime_get_raw() incorrect base accumulationJohn Stultz1-3/+1
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar35-183/+490
2017-08-25fork: fix incorrect fput of ->exe_file causing use-after-freeEric Biggers1-0/+1
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-0/+39
2017-08-25genirq/proc: Avoid uninitalized variable warningThomas Gleixner1-2/+2
2017-08-25irqdomain: Prevent potential NULL pointer dereference in irq_domain_push_irq()Dan Carpenter1-2/+2
2017-08-25genirq: Fix semicolon.cocci warningskbuild test robot1-1/+1
2017-08-25sched/debug: Optimize sched_domain sysctl generationPeter Zijlstra3-14/+59
2017-08-25sched/topology: Avoid pointless rebuildPeter Zijlstra1-3/+12
2017-08-25sched/topology, cpuset: Avoid spurious/wrong domain rebuildsPeter Zijlstra1-6/+0
2017-08-25sched/topology: Improve commentsPeter Zijlstra1-2/+3
2017-08-25sched/topology: Fix memory leak in __sdt_alloc()Shu Wang1-9/+7
2017-08-25Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar18-50/+219
2017-08-25locking/lockdep: Fix workqueue crossrelease annotationPeter Zijlstra2-21/+58
2017-08-25workqueue/lockdep: 'Fix' flush_work() annotationPeter Zijlstra1-9/+11
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar16-48/+217
2017-08-25tracing, perf: Adjust code layout in get_recursion_context()Jesper Dangaard Brouer1-1/+1
2017-08-25perf/core: Don't report zero PIDs for exiting tasksOleg Nesterov1-9/+14
2017-08-25perf/aux: Ensure aux_wakeup represents most recent wakeup indexWill Deacon2-3/+3
2017-08-25perf/aux: Make aux_{head,wakeup} ring_buffer members longWill Deacon2-19/+16
2017-08-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar7-36/+57
2017-08-25perf/core: Fix group {cpu,task} validationMark Rutland1-20/+19
2017-08-24strparser: initialize all callbacksEric Biggers1-5/+5
2017-08-24Merge tag 'trace-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-16/+38
2017-08-24cpuset: Fix incorrect memory_pressure control file mappingWaiman Long1-0/+1
2017-08-24tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)1-0/+4
2017-08-24tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu1-4/+7
2017-08-24ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)1-0/+4
2017-08-24timers: Fix excessive granularity of new timers after a nohz idleNicholas Piggin1-9/+41