| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-12-12 | 2 | -2/+1 |
|\ \ |
|
| * | | PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAIN | Thomas Gleixner | 2022-11-17 | 2 | -2/+1 |
| |/ |
|
* | | um: kmsg_dumper: use srcu console list iterator | John Ogness | 2022-12-02 | 1 | -8/+5 |
* | | um: kmsg_dump: only dump when no output console available | John Ogness | 2022-12-02 | 1 | -3/+12 |
|/ |
|
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-10-16 | 1 | -1/+1 |
|\ |
|
| * | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 2022-10-11 | 1 | -1/+1 |
* | | Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-10-14 | 13 | -57/+58 |
|\ \ |
|
| * | | uml: Remove the initialization of statics to 0 | Shaomin Deng | 2022-09-19 | 1 | -1/+1 |
| * | | um: Do not initialise statics to 0. | Xin Gao | 2022-09-19 | 4 | -4/+4 |
| * | | um: Fix comment typo | Jason Wang | 2022-09-19 | 1 | -1/+1 |
| * | | um: Improve panic notifiers consistency and ordering | Guilherme G. Piccoli | 2022-09-19 | 2 | -8/+7 |
| * | | um: remove unused reactivate_chan() declaration | Gaosheng Cui | 2022-09-19 | 1 | -1/+0 |
| * | | um: mmaper: add __exit annotations to module exit funcs | Xiu Jianfeng | 2022-09-19 | 1 | -1/+1 |
| * | | um: virt-pci: add __init/__exit annotations to module init/exit funcs | Xiu Jianfeng | 2022-09-19 | 1 | -2/+2 |
| * | | um: move from strlcpy with unused retval to strscpy | Wolfram Sang | 2022-09-19 | 3 | -3/+3 |
| * | | um: increase default virtual physical memory to 64 MiB | Christian Lamparter | 2022-09-19 | 1 | -1/+1 |
| * | | UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK | Huacai Chen | 2022-09-19 | 1 | -1/+1 |
| * | | um: read multiple msg from virtio slave request fd | Benjamin Beichler | 2022-09-19 | 1 | -34/+37 |
* | | | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-10-12 | 3 | -6/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | kernel: exit: cleanup release_thread() | Kefeng Wang | 2022-09-11 | 1 | -4/+0 |
| * | | treewide: defconfig: address renamed CONFIG_DEBUG_INFO=y | Arnd Bergmann | 2022-09-11 | 2 | -2/+2 |
| |/ |
|
* | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-10-10 | 1 | -8/+6 |
|\ \ |
|
| * | | um: remove vma linked list walk | Matthew Wilcox (Oracle) | 2022-09-26 | 1 | -8/+6 |
| |/ |
|
* | | Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-10-03 | 2 | -0/+2 |
|\ \ |
|
| * | | um: Enable FORTIFY_SOURCE | Kees Cook | 2022-09-07 | 2 | -0/+2 |
| |/ |
|
* | | arch: um: Mark the stack non-executable to fix a binutils warning | David Gow | 2022-09-21 | 1 | -0/+8 |
* | | um: Prevent KASAN splats in dump_stack() | Vincent Whitchurch | 2022-09-19 | 1 | -1/+2 |
* | | um: fix default console kernel parameter | Christian Lamparter | 2022-09-19 | 1 | -1/+1 |
|/ |
|
* | asm goto: eradicate CC_HAS_ASM_GOTO | Nick Desaulniers | 2022-08-21 | 1 | -15/+0 |
* | virtio: Revert "virtio: find_vqs() add arg sizes" | Michael S. Tsirkin | 2022-08-16 | 1 | -1/+1 |
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2022-08-12 | 1 | -1/+2 |
|\ |
|
| * | virtio: find_vqs() add arg sizes | Xuan Zhuo | 2022-08-11 | 1 | -1/+1 |
| * | virtio: record the maximum queue num supported by the device. | Xuan Zhuo | 2022-08-11 | 1 | -0/+1 |
* | | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-08-05 | 3 | -17/+24 |
|\ \ |
|
| * | | mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 2022-07-17 | 1 | -1/+0 |
| * | | um/mm: enable ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 2022-07-17 | 3 | -17/+21 |
| * | | mm: avoid unnecessary page fault retires on shared memory types | Peter Xu | 2022-06-16 | 1 | -0/+4 |
* | | | Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-08-05 | 16 | -43/+153 |
|\ \ \ |
|
| * | | | um: include sys/types.h for size_t | Jason A. Donenfeld | 2022-07-17 | 1 | -1/+2 |
| * | | | um: Replace to_phys() and to_virt() with less generic function names | Guenter Roeck | 2022-07-17 | 3 | -7/+7 |
| * | | | um: Add missing apply_returns() | Peter Zijlstra | 2022-07-17 | 1 | -0/+4 |
| * | | | um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setups | Jason A. Donenfeld | 2022-07-17 | 1 | -1/+16 |
| * | | | UML: add support for KASAN under x86_64 | Patricia Alfonso | 2022-07-17 | 8 | -4/+103 |
| * | | | um: random: Don't initialise hwrng struct with zero | Christopher Obbard | 2022-07-17 | 1 | -1/+1 |
| * | | | um: remove unused mm_copy_segments | Tobias Klauser | 2022-07-17 | 1 | -5/+0 |
| * | | | um: remove unused variable | Haowen Bai | 2022-07-17 | 1 | -2/+1 |
| * | | | um: Remove straying parenthesis | Benjamin Beichler | 2022-07-17 | 1 | -1/+1 |
| * | | | arch: um: Fix build for statically linked UML w/ constructors | David Gow | 2022-07-17 | 1 | -0/+1 |
| * | | | um/drivers: Kconfig: Fix indentation | Juerg Haefliger | 2022-07-17 | 1 | -27/+27 |
| * | | | um: Kconfig: Fix indentation | Juerg Haefliger | 2022-07-17 | 1 | -1/+1 |
| |/ / |
|