summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2020-10-141-1/+3
|\
| * cgroup: Zero sized write should be no-opJouni Roivas2020-09-301-0/+3
| * cgroup: remove redundant kernfs_activate in cgroup_setup_root()Wei Yang2020-09-301-1/+0
* | Merge tag 'threads-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2020-10-142-8/+19
|\ \
| * | pidfd: support PIDFD_NONBLOCK in pidfd_open()Christian Brauner2020-09-041-5/+7
| * | exit: support non-blocking pidfdsChristian Brauner2020-09-041-3/+12
* | | Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-141-8/+8
|\ \ \
| * | | fork: introduce kernel_clone()Christian Brauner2020-08-201-8/+8
* | | | Merge branch 'stable/for-linus-5.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-141-4/+2
|\ \ \ \
| * | | | swiotlb: Mark max_segment with static keywordAndy Shevchenko2020-09-101-1/+1
| * | | | swiotlb: Use %pa to print phys_addr_t variablesAndy Shevchenko2020-09-101-3/+1
| |/ / /
* | | | Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-10-143-27/+17
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'pm-core', 'pm-sleep', 'pm-pci' and 'pm-domains'Rafael J. Wysocki2020-10-132-11/+15
| |\ \ \ \ \ \ \ | | | | | | |_|/ | | | | | |/| |
| | | * | | | | PM: hibernate: remove the bogus call to get_gendisk() in software_resume()Christoph Hellwig2020-10-051-11/+0
| | | * | | | | PM: hibernate: Batch hibernate and resume IO requestsXiaoyi Chen2020-09-281-0/+15
| | |/ / / / /
| * | | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-10-131-16/+2
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | cpufreq: schedutil: Simplify sugov_fast_switch()Rafael J. Wysocki2020-10-071-6/+2
| | * | | | | cpufreq: Move traces and update to policy->cur to cpufreq coreViresh Kumar2020-10-051-11/+1
| | | |/ / / | | |/| | |
* | | | | | Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-142-2/+2
|\ \ \ \ \ \
| * | | | | | objtool: Rename frame.h -> objtool.hJulien Thierry2020-09-102-2/+2
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-143-16/+31
|\ \ \ \ \ \ \
| * | | | | | | mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan2020-10-131-0/+21
| * | | | | | | dma-contiguous: simplify cma_early_percent_memory()Mike Rapoport2020-10-131-10/+1
| * | | | | | | mm: remove src/dst mm parameter in copy_page_range()Peter Xu2020-10-131-1/+1
| * | | | | | | mm: use helper function mapping_allow_writable()Miaohe Lin2020-10-131-1/+1
| * | | | | | | resource: report parent to walk_iomem_res_desc() callbackDan Williams2020-10-131-4/+7
* | | | | | | | Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-131-18/+46
|\ \ \ \ \ \ \ \
| * | | | | | | | seccomp: Make duplicate listener detection non-racyJann Horn2020-10-081-7/+31
| * | | | | | | | seccomp: Use current_pt_regs() instead of task_pt_regs(current)Denis Efremov2020-09-081-7/+11
| * | | | | | | | seccomp: kill process instead of thread for unknown actionsRich Felker2020-09-081-4/+4
* | | | | | | | | Merge tag 'audit-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-132-9/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | audit: Remove redundant null checkXu Wang2020-08-261-2/+1
| * | | | | | | | | audit: uninitialize variable audit_sig_sidJules Irenge2020-08-171-1/+1
| * | | | | | | | | audit: change unnecessary globals into staticsJules Irenge2020-08-172-7/+3
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-136-580/+3045
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Merge branch 'printk-rework' into for-linusPetr Mladek2020-10-126-577/+3042
| |\ \ \ \ \ \ \ \
| | * | | | | | | | printk: reduce setup_text_buf size to LOG_LINE_MAXJohn Ogness2020-09-301-1/+1
| | * | | | | | | | printk: avoid and/or handle record truncationJohn Ogness2020-09-303-4/+19
| | * | | | | | | | printk: remove dict ringJohn Ogness2020-09-223-200/+64
| | * | | | | | | | printk: move dictionary keys to dev_printk_infoJohn Ogness2020-09-224-83/+92
| | * | | | | | | | printk: move printk_info into separate arrayJohn Ogness2020-09-223-71/+133
| | * | | | | | | | printk: reimplement log_cont using record extensionJohn Ogness2020-09-151-78/+20
| | * | | | | | | | printk: ringbuffer: add finalization/extension supportJohn Ogness2020-09-152-55/+476
| | * | | | | | | | printk: ringbuffer: change representation of statesJohn Ogness2020-09-152-32/+27
| | * | | | | | | | printk: ringbuffer: clear initial reserved fieldsJohn Ogness2020-09-152-16/+26
| | * | | | | | | | printk: ringbuffer: add BLK_DATALESS() macroJohn Ogness2020-09-151-2/+4
| | * | | | | | | | printk: ringbuffer: relocate get_data()John Ogness2020-09-151-58/+58
| | * | | | | | | | printk: ringbuffer: avoid memcpy() on state_varJohn Ogness2020-09-151-2/+7
| | * | | | | | | | printk: ringbuffer: fix setting state in desc_read()John Ogness2020-09-151-7/+19
| | * | | | | | | | printk: ringbuffer: support dataless recordsJohn Ogness2020-09-082-44/+43