aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-09-29PM / s2idle: Invoke the ->wake() platform callback earlierRafael J. Wysocki1-7/+11
2017-09-28Merge tag 'seccomp-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-7/+16
2017-09-28bpf/verifier: improve disassembly of BPF_NEG instructionsEdward Cree1-0/+5
2017-09-28bpf/verifier: improve disassembly of BPF_END instructionsEdward Cree1-2/+16
2017-09-28watchdog/hardlockup/perf: Fix spelling mistake: "permanetely" -> "permanently"Colin Ian King1-1/+1
2017-09-28irq/generic-chip: Don't replace domain's nameJeffy Chen1-1/+0
2017-09-28kprobes: Warn if optprobe handler tries to change execution pathMasami Hiramatsu1-1/+4
2017-09-28kprobes: Improve smoke test to check preemptibilityMasami Hiramatsu1-0/+20
2017-09-28kprobes/x86: Make insn buffer always ROX and use text_poke()Masami Hiramatsu1-1/+1
2017-09-27seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov1-7/+16
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-28/+86
2017-09-26bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann1-2/+2
2017-09-26block: fix a build errorShaohua Li1-4/+4
2017-09-26kthread: add a mechanism to store cgroup infoShaohua Li1-2/+64
2017-09-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+12
2017-09-25Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-29/+41
2017-09-25bpf: Optimize lpm trie deleteCraig Gallek1-28/+43
2017-09-25sched/cputime: Add dummy cputime_adjust() implementation for CONFIG_VIRT_CPU_ACCOUNTING_NATIVETejun Heo1-0/+7
2017-09-25cgroup: statically initialize init_css_set->dfl_cgrpTejun Heo1-0/+8
2017-09-25smp/hotplug: Hotplug state fail injectionPeter Zijlstra1-1/+59
2017-09-25smp/hotplug: Differentiate the AP completion between up and downPeter Zijlstra1-17/+32
2017-09-25smp/hotplug: Differentiate the AP-work lockdep class between up and downPeter Zijlstra1-9/+32
2017-09-25smp/hotplug: Callback vs state-machine consistencyPeter Zijlstra1-4/+22
2017-09-25smp/hotplug: Rewrite AP state machine corePeter Zijlstra1-114/+205
2017-09-25smp/hotplug: Allow external multi-instance rollbackPeter Zijlstra1-15/+32
2017-09-25irqdomain: Add __rcu annotations to radix tree accessorsMasahiro Yamada1-2/+2
2017-09-25timekeeping: Provide NMI safe access to clock realtimeThomas Gleixner1-0/+35
2017-09-25timekeeping: Make fast accessors return 0 before timekeeping is initializedPrarit Bhargava1-14/+21
2017-09-25genirq/matrix: Add tracepointsThomas Gleixner1-0/+15
2017-09-25genirq: Implement bitmap matrix allocatorThomas Gleixner3-0/+432
2017-09-25genirq/irqdomain: Add force reactivation flag to irq domainsThomas Gleixner1-0/+2
2017-09-25genirq/irqdomain: Propagate early activationThomas Gleixner4-9/+10
2017-09-25genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner4-20/+51
2017-09-25genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner2-3/+4
2017-09-25genirq: Separate activation and startupThomas Gleixner4-8/+43
2017-09-25genirq: Set managed shut down flag at initThomas Gleixner1-1/+1
2017-09-25genirq: Make state consistent for !IRQ_DOMAIN_HIERARCHYThomas Gleixner1-0/+11
2017-09-25irqdomain/debugfs: Provide domain specific debug callbackThomas Gleixner2-0/+4
2017-09-25genirq/msi: Capture device name for debugfsThomas Gleixner3-1/+20
2017-09-25genirq/debugfs: Show debug information for all irq descriptorsThomas Gleixner2-1/+1
2017-09-25watchdog/hardlockup/perf: Cure UP damageThomas Gleixner1-1/+6
2017-09-25cgroup: Implement cgroup2 basic CPU usage accountingTejun Heo4-3/+365
2017-09-25cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo7-23/+6
2017-09-25sched/cputime: Expose cputime_adjust()Tejun Heo1-3/+2
2017-09-25blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long1-6/+12
2017-09-25genirq: Check __free_irq() return value for NULLAlexandru Moise1-0/+4
2017-09-25futex: Fix pi_state->owner serializationPeter Zijlstra1-11/+22
2017-09-23tracing: Remove RCU work arounds from stack tracerSteven Rostedt (VMware)1-15/+0
2017-09-23extable: Enable RCU if it is not watching in kernel_text_address()Steven Rostedt (VMware)1-5/+30
2017-09-23extable: Consolidate *kernel_text_address() functionsSteven Rostedt (VMware)1-9/+1