summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2018-08-13Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2018-08-13Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-08-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-08-13Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-08-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-08-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-08-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-08-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-08-13parisc: Drop architecture-specific ENOTSUP defineHelge Deller
2018-08-12init: rename and re-order boot_cpu_state_init()Linus Torvalds
2018-08-09xdp: fix bug in devmap teardown code pathJesper Dangaard Brouer
2018-08-09xdp: fix bug in cpumap teardown code pathJesper Dangaard Brouer
2018-08-08bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem pathDaniel Borkmann
2018-08-08bpf, sockmap: fix bpf_tcp_sendmsg sock error handlingDaniel Borkmann
2018-08-07cpu/hotplug: Fix SMT supported evaluationThomas Gleixner
2018-08-06Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe
2018-08-05stop_machine: Atomically queue and wake stopper threadsPrasad Sodagudi
2018-08-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner
2018-08-03nohz: Fix missing tick reprogram when interrupting an inline softirqFrederic Weisbecker
2018-08-03genirq: Make force irq threading setup more robustThomas Gleixner
2018-08-03watchdog: Reduce message verbositySinan Kaya
2018-08-03genirq/irqchip: Remove MULTI_IRQ_HANDLER as it's now obseletePalmer Dabbelt
2018-08-02stop_machine: Reflow cpu_stop_queue_two_works()Peter Zijlstra
2018-08-02clockevents: Warn if cpu_all_mask is used as cpumaskSudeep Holla
2018-08-02tick/broadcast-hrtimer: Use cpu_possible_mask for ce_broadcast_hrtimerSudeep Holla
2018-08-02timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-08-01blk-cgroup: clear the throttle queue on forkJosef Bacik
2018-07-31Merge tag 'audit-pr-20180731' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-07-31nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner
2018-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-07-30audit: fix potential null dereference 'context->module.name'Yi Wang
2018-07-30cpu/hotplug: Clarify CPU hotplug step name for timersMukesh Ojha
2018-07-30Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-07-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-07-30Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-07-30sched/clock: Disable interrupts when calling generic_sched_clock_init()Pavel Tatashin
2018-07-30timekeeping: Prevent false warning when persistent clock is not availablePavel Tatashin
2018-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-07-27Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-07-26mm: introduce vma_init()Kirill A. Shutemov