Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2020-10-14 | 3 | -27/+17 |
|\ | |||||
| *-----. | Merge branches 'pm-core', 'pm-sleep', 'pm-pci' and 'pm-domains' | Rafael J. Wysocki | 2020-10-13 | 2 | -11/+15 |
| |\ \ \ \ | |||||
| | | * | | | PM: hibernate: remove the bogus call to get_gendisk() in software_resume() | Christoph Hellwig | 2020-10-05 | 1 | -11/+0 |
| | | * | | | PM: hibernate: Batch hibernate and resume IO requests | Xiaoyi Chen | 2020-09-28 | 1 | -0/+15 |
| | |/ / / | |||||
| * | | | | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2020-10-13 | 1 | -16/+2 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||||
| | * | | | cpufreq: schedutil: Simplify sugov_fast_switch() | Rafael J. Wysocki | 2020-10-07 | 1 | -6/+2 |
| | * | | | cpufreq: Move traces and update to policy->cur to cpufreq core | Viresh Kumar | 2020-10-05 | 1 | -11/+1 |
| | | |/ | | |/| | |||||
* | | | | Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-10-14 | 2 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | objtool: Rename frame.h -> objtool.h | Julien Thierry | 2020-09-10 | 2 | -2/+2 |
* | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-10-14 | 3 | -16/+31 |
|\ \ \ \ \ | |||||
| * | | | | | mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary | Suren Baghdasaryan | 2020-10-13 | 1 | -0/+21 |
| * | | | | | dma-contiguous: simplify cma_early_percent_memory() | Mike Rapoport | 2020-10-13 | 1 | -10/+1 |
| * | | | | | mm: remove src/dst mm parameter in copy_page_range() | Peter Xu | 2020-10-13 | 1 | -1/+1 |
| * | | | | | mm: use helper function mapping_allow_writable() | Miaohe Lin | 2020-10-13 | 1 | -1/+1 |
| * | | | | | resource: report parent to walk_iomem_res_desc() callback | Dan Williams | 2020-10-13 | 1 | -4/+7 |
* | | | | | | Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-10-13 | 1 | -18/+46 |
|\ \ \ \ \ \ | |||||
| * | | | | | | seccomp: Make duplicate listener detection non-racy | Jann Horn | 2020-10-08 | 1 | -7/+31 |
| * | | | | | | seccomp: Use current_pt_regs() instead of task_pt_regs(current) | Denis Efremov | 2020-09-08 | 1 | -7/+11 |
| * | | | | | | seccomp: kill process instead of thread for unknown actions | Rich Felker | 2020-09-08 | 1 | -4/+4 |
* | | | | | | | Merge tag 'audit-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-10-13 | 2 | -9/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | audit: Remove redundant null check | Xu Wang | 2020-08-26 | 1 | -2/+1 |
| * | | | | | | | audit: uninitialize variable audit_sig_sid | Jules Irenge | 2020-08-17 | 1 | -1/+1 |
| * | | | | | | | audit: change unnecessary globals into statics | Jules Irenge | 2020-08-17 | 2 | -7/+3 |
* | | | | | | | | Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2020-10-13 | 6 | -580/+3045 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||||
| * | | | | | | | Merge branch 'printk-rework' into for-linus | Petr Mladek | 2020-10-12 | 6 | -577/+3042 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | printk: reduce setup_text_buf size to LOG_LINE_MAX | John Ogness | 2020-09-30 | 1 | -1/+1 |
| | * | | | | | | | printk: avoid and/or handle record truncation | John Ogness | 2020-09-30 | 3 | -4/+19 |
| | * | | | | | | | printk: remove dict ring | John Ogness | 2020-09-22 | 3 | -200/+64 |
| | * | | | | | | | printk: move dictionary keys to dev_printk_info | John Ogness | 2020-09-22 | 4 | -83/+92 |
| | * | | | | | | | printk: move printk_info into separate array | John Ogness | 2020-09-22 | 3 | -71/+133 |
| | * | | | | | | | printk: reimplement log_cont using record extension | John Ogness | 2020-09-15 | 1 | -78/+20 |
| | * | | | | | | | printk: ringbuffer: add finalization/extension support | John Ogness | 2020-09-15 | 2 | -55/+476 |
| | * | | | | | | | printk: ringbuffer: change representation of states | John Ogness | 2020-09-15 | 2 | -32/+27 |
| | * | | | | | | | printk: ringbuffer: clear initial reserved fields | John Ogness | 2020-09-15 | 2 | -16/+26 |
| | * | | | | | | | printk: ringbuffer: add BLK_DATALESS() macro | John Ogness | 2020-09-15 | 1 | -2/+4 |
| | * | | | | | | | printk: ringbuffer: relocate get_data() | John Ogness | 2020-09-15 | 1 | -58/+58 |
| | * | | | | | | | printk: ringbuffer: avoid memcpy() on state_var | John Ogness | 2020-09-15 | 1 | -2/+7 |
| | * | | | | | | | printk: ringbuffer: fix setting state in desc_read() | John Ogness | 2020-09-15 | 1 | -7/+19 |
| | * | | | | | | | printk: ringbuffer: support dataless records | John Ogness | 2020-09-08 | 2 | -44/+43 |
| | * | | | | | | | printk: use the lockless ringbuffer | John Ogness | 2020-07-10 | 1 | -447/+493 |
| | * | | | | | | | Revert "printk: lock/unlock console only for new logbuf entries" | John Ogness | 2020-07-10 | 1 | -7/+3 |
| | * | | | | | | | printk: add lockless ringbuffer | John Ogness | 2020-07-10 | 3 | -0/+2087 |
| * | | | | | | | | printk: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-10-05 | 1 | -1/+1 |
| * | | | | | | | | kernel: printk: delete repeated words in comments | Randy Dunlap | 2020-08-10 | 1 | -2/+2 |
* | | | | | | | | | Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-10-13 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | io_uring: don't rely on weak ->files references | Jens Axboe | 2020-09-30 | 1 | -0/+6 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
* | | | | | | | | | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-10-13 | 3 | -38/+22 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | block: add a bdget_part helper | Christoph Hellwig | 2020-10-05 | 1 | -7/+2 |
| * | | | | | | | | | block: add a bdev_is_partition helper | Christoph Hellwig | 2020-09-25 | 1 | -1/+1 |
| * | | | | | | | | | PM: mm: cleanup swsusp_swap_check | Christoph Hellwig | 2020-09-23 | 1 | -6/+4 |