aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-54/+453
2019-07-08Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-11/+13
2019-07-08Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-5/+14
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-2/+9
2019-07-08Merge tag 'v5.2' into perf/core, to pick up fixesIngo Molnar8-65/+75
2019-07-08bpf: cgroup: Fix build error without CONFIG_NETYueHaibing1-0/+4
2019-07-08Merge branch 'pm-sleep'Rafael J. Wysocki3-7/+4
2019-07-07time: Validate user input in compat_settimeofday()zhengbin1-0/+4
2019-07-06irq/irqdomain: Fix comment typoZenghui Yu1-1/+1
2019-07-06genirq: Update irq stats from NMI handlersShijith Thotton2-1/+11
2019-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-152/+612
2019-07-05ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEMEJann Horn1-3/+1
2019-07-04Merge tag 'trace-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-14/+20
2019-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-8/+8
2019-07-03swiotlb: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-21/+4
2019-07-03bpf: fix precision trackingAlexei Starovoitov1-14/+107
2019-07-03Merge branch 'timers/vdso' into timers/coreThomas Gleixner20-88/+283
2019-07-03genirq: Add optional hardware synchronization for shutdownThomas Gleixner2-19/+60
2019-07-03genirq: Fix misleading synchronize_irq() documentationThomas Gleixner1-1/+2
2019-07-03genirq: Delay deactivation in free_irq()Thomas Gleixner5-5/+22
2019-07-03stacktrace: Use PF_KTHREAD to check for kernel threadsThomas Gleixner1-1/+1
2019-07-02Merge branch 'hmm-devmem-cleanup.4' into rdma.git hmmJason Gunthorpe2-76/+157
2019-07-02Merge tag 'v5.2-rc7' into rdma.git hmmJason Gunthorpe64-400/+458
2019-07-02memremap: provide an optional internal refcount in struct dev_pagemapChristoph Hellwig1-13/+51
2019-07-02memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig1-16/+10
2019-07-02memremap: remove the data field in struct dev_pagemapChristoph Hellwig1-1/+1
2019-07-02memremap: add a migrate_to_ram method to struct dev_pagemap_opsChristoph Hellwig1-31/+4
2019-07-02memremap: lift the devmap_enable manipulation into devm_memremap_pagesChristoph Hellwig1-22/+37
2019-07-02memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig1-4/+4
2019-07-02memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig1-9/+9
2019-07-02memremap: validate the pagemap type passed to devm_memremap_pagesChristoph Hellwig1-0/+22
2019-07-02mm: factor out a devm_request_free_mem_region helperChristoph Hellwig1-0/+39
2019-07-01fork: return proper negative error codeChristian Brauner1-0/+1
2019-07-01Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe27-136/+278
2019-06-30KEXEC: Call ima_kexec_cmdline to measure the boot command line argsPrakhar Srivastava1-3/+6
2019-06-30Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2019-06-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+18
2019-06-29Merge tag 'pm-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+3
2019-06-29fork,memcg: alloc_thread_stack_node needs to set tsk->stackAndrea Arcangeli1-1/+5
2019-06-29signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov1-2/+3
2019-06-29devmap: Allow map lookups from eBPFToke Høiland-Jørgensen2-5/+7
2019-06-29devmap/cpumap: Use flush list instead of bitmapToke Høiland-Jørgensen2-117/+95
2019-06-29xskmap: Move non-standard list manipulation to helperToke Høiland-Jørgensen1-2/+1
2019-06-28tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata1-4/+6
2019-06-28tracing: Fix memory leak in tracing_err_log_open()Takeshi Misawa1-1/+13
2019-06-28ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run_update_code()Petr Mladek1-9/+1
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar16-318/+540
2019-06-28pid: add pidfd_open()Christian Brauner1-0/+69
2019-06-28pidfd: add polling supportJoel Fernandes (Google)3-0/+39
2019-06-28kernel: power: swap: use kzalloc() instead of kmalloc() followed by memset()Fuqian Huang1-2/+1