aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-07-11Revert "perf/core: Drop kernel samples even though :u is specified"Gravatar Ingo Molnar 1-21/+0
2017-07-08kprobes: Ensure that jprobe probepoints are at function entryGravatar Naveen N. Rao 1-2/+6
2017-07-08kprobes: Simplify register_jprobes()Gravatar Naveen N. Rao 1-14/+16
2017-07-08kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Gravatar Naveen N. Rao 2-5/+5
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 6-236/+244
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 19-264/+1755
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 13-1241/+1198
2017-07-03Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2017-07-03Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-23/+42
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 25-1585/+2413
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-15/+15
2017-07-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-10/+37
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 20-2300/+1248
2017-07-03Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+3
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-9/+9
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidGravatar Linus Torvalds 1-2/+2
2017-06-30Merge tag 'trace-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-14/+24
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistGravatar Josh Poimboeuf 1-1/+3
2017-06-30sched/cputime: Refactor the cputime_adjust() codeGravatar Gustavo A. R. Silva 1-11/+5
2017-06-30cpu/hotplug: Constify attribute_group structuresGravatar Arvind Yadav 1-2/+2
2017-06-30sched/debug: Expose the number of RT/DL tasks that can migrateGravatar Daniel Bristot de Oliveira 1-2/+15
2017-06-29tracing/kprobes: Allow to create probe with a module name starting with a digitGravatar Sabrina Dubroca 1-9/+5
2017-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-0/+5
2017-06-29bpf: prevent leaking pointer via xadd on unpriviledgedGravatar Daniel Borkmann 1-0/+5
2017-06-29ftrace: Fix regression with module command in stack_trace_filterGravatar Steven Rostedt (VMware) 4-5/+19
2017-06-29sched/numa: Hide numa_wake_affine() from UP buildGravatar Thomas Gleixner 1-0/+2
2017-06-29timers: Make the cpu base lock rawGravatar Sebastian Andrzej Siewior 1-24/+24
2017-06-26genirq: Avoid unnecessary low level irq function callsGravatar Jeffy Chen 1-20/+33
2017-06-26genirq: Set irq masked state when initializing irq_descGravatar Jeffy Chen 1-0/+1
2017-06-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-25/+46
2017-06-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2017-06-24genirq/timings: Add infrastructure for estimating the next interrupt arrival ...Gravatar Daniel Lezcano 2-0/+358
2017-06-24genirq/timings: Add infrastructure to track the interrupt timingsGravatar Daniel Lezcano 6-0/+129
2017-06-24genirq/debugfs: Remove pointless NULL pointer checkGravatar Thomas Gleixner 2-8/+6
2017-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-6/+14
2017-06-24sched/fair: Remove effective_load()Gravatar Rik van Riel 1-123/+1
2017-06-24sched/numa: Implement NUMA node level wake_affine()Gravatar Rik van Riel 1-59/+71
2017-06-24sched/fair: Simplify wake_affine() for the single socket caseGravatar Rik van Riel 1-1/+12
2017-06-24sched/numa: Override part of migrate_degrades_locality() when idle balancingGravatar Rik van Riel 1-0/+4
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 2-7/+37
2017-06-23sched/rt: Move RT related code from sched/core.c to sched/rt.cGravatar Nicolas Pitre 3-315/+315
2017-06-23sched/deadline: Move DL related code from sched/core.c to sched/deadline.cGravatar Nicolas Pitre 3-340/+364
2017-06-23sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledGravatar Nicolas Pitre 1-4/+3
2017-06-22genirq/irqdomain: Remove auto-recursive hierarchy supportGravatar Marc Zyngier 2-43/+14
2017-06-22genirq/irqdomain: Add irq_domain_update_bus_token helperGravatar Marc Zyngier 1-0/+31
2017-06-22genirq/affinity: Assign vectors to all present CPUsGravatar Christoph Hellwig 1-13/+63
2017-06-22genirq/cpuhotplug: Avoid irq affinity setting for single targetsGravatar Thomas Gleixner 1-2/+10
2017-06-22genirq: Introduce IRQD_SINGLE_TARGET flagGravatar Thomas Gleixner 1-0/+1
2017-06-22genirq/cpuhotplug: Handle managed IRQs on CPU hotplugGravatar Thomas Gleixner 2-0/+50
2017-06-22genirq: Handle managed irqs gracefully in irq_startup()Gravatar Thomas Gleixner 1-3/+61