| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'uml-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-05-03 | 7 | -102/+36 |
|\ |
|
| * | um: make stub data pages size tweakable | Johannes Berg | 2023-04-20 | 5 | -12/+18 |
| * | um: prevent user code in modules | Johannes Berg | 2023-04-20 | 1 | -2/+2 |
| * | um: further clean up user_syms | Johannes Berg | 2023-04-20 | 1 | -15/+16 |
| * | um: don't export printf() | Johannes Berg | 2023-04-20 | 1 | -3/+0 |
| * | um: hostfs: define our own API boundary | Johannes Berg | 2023-04-20 | 1 | -70/+0 |
| * | um: add __weak for exported functions | Johannes Berg | 2023-04-20 | 1 | -1/+1 |
* | | ELF: fix all "Elf" typos | Alexey Dobriyan | 2023-04-08 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-03-01 | 16 | -99/+243 |
|\ |
|
| * | uml: vector: Remove unused definitions VECTOR_{WRITE,HEADERS} | Carlos Bilbao | 2023-02-13 | 1 | -2/+0 |
| * | um: virt-pci: properly remove PCI device from bus | Benjamin Berg | 2023-02-13 | 1 | -5/+16 |
| * | um: virtio_uml: move device breaking into workqueue | Benjamin Berg | 2023-02-13 | 1 | -1/+15 |
| * | um: virtio_uml: mark device as unregistered when breaking it | Benjamin Berg | 2023-02-13 | 1 | -0/+2 |
| * | um: virtio_uml: free command if adding to virtqueue failed | Benjamin Berg | 2023-02-13 | 1 | -1/+4 |
| * | UML: define RUNTIME_DISCARD_EXIT | Masahiro Yamada | 2023-02-13 | 1 | -1/+1 |
| * | virt-pci: add platform bus support | Vincent Whitchurch | 2023-02-13 | 1 | -0/+91 |
| * | um-virt-pci: Make max delay configurable | Vincent Whitchurch | 2023-02-13 | 1 | -2/+3 |
| * | um: virt-pci: implement pcibios_get_phb_of_node() | Vincent Whitchurch | 2023-02-13 | 1 | -0/+19 |
| * | um: Support LTO | Peter Foley | 2023-02-13 | 2 | -1/+3 |
| * | um: put power options in a menu | Peter Foley | 2023-02-13 | 1 | -0/+4 |
| * | um: Use CFLAGS_vmlinux | Peter Foley | 2023-02-13 | 1 | -2/+1 |
| * | um: Prevent building modules incompatible with MODVERSIONS | Peter Foley | 2023-02-13 | 1 | -0/+2 |
| * | um: Avoid pcap multiple definition errors | Peter Foley | 2023-02-13 | 1 | -2/+2 |
| * | um: Make the definition of cpu_data more compatible | Peter Foley | 2023-02-10 | 2 | -2/+2 |
| * | rust: arch/um: Add support for CONFIG_RUST under x86_64 UML | David Gow | 2023-02-10 | 1 | -0/+1 |
| * | rust: arch/um: Use 'pie' relocation mode under UML | David Gow | 2023-02-10 | 1 | -0/+2 |
| * | um: Declare fix_range_common as a static function | Benjamin Berg | 2023-02-01 | 1 | -2/+2 |
| * | um: Switch printk calls to adhere to correct coding style | Benjamin Berg | 2023-02-01 | 3 | -75/+69 |
| * | um: vector: Fix memory leak in vector_config | Xiang Yang | 2023-02-01 | 1 | -0/+1 |
| * | um: protect VMA iteration | Johannes Berg | 2023-02-01 | 1 | -0/+2 |
| * | um: remove unneeded semicolon | Yang Li | 2023-02-01 | 1 | -1/+1 |
| * | um: Remove the unneeded result variable | ye xingchen | 2023-02-01 | 1 | -3/+1 |
* | | Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2023-02-26 | 6 | -6/+6 |
|\ \ |
|
| * | | kbuild: remove --include-dir MAKEFLAG from top Makefile | Masahiro Yamada | 2023-02-05 | 6 | -6/+6 |
| |/ |
|
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-02-23 | 2 | -3/+34 |
|\ \ |
|
| * | | mm, arch: add generic implementation of pfn_valid() for FLATMEM | Mike Rapoport (IBM) | 2023-02-09 | 1 | -1/+0 |
| * | | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand | 2023-02-02 | 1 | -1/+0 |
| * | | um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand | 2023-02-02 | 1 | -2/+35 |
| |/ |
|
* | | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled | Peter Zijlstra | 2023-01-13 | 1 | -1/+0 |
* | | objtool/idle: Validate __cpuidle code as noinstr | Peter Zijlstra | 2023-01-13 | 2 | -2/+0 |
|/ |
|
* | Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-12-17 | 1 | -8/+0 |
|\ |
|
| * | x86_64: Remove pointless set_64bit() usage | Peter Zijlstra | 2022-12-15 | 1 | -8/+0 |
* | | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-12-14 | 1 | -0/+5 |
|\ \ |
|
| * | | x86/ibt: Implement FineIBT | Peter Zijlstra | 2022-11-01 | 1 | -0/+5 |
| |/ |
|
* | | Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2022-12-14 | 1 | -1/+0 |
|\ \ |
|
| * | | hwrng: core - treat default_quality as a maximum and default to 1024 | Jason A. Donenfeld | 2022-11-18 | 1 | -1/+0 |
| |/ |
|
* | | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-12-14 | 1 | -3/+6 |
|\ \ |
|
| * | | um: virt-pci: Avoid GCC non-NULL warning | Kees Cook | 2022-12-02 | 1 | -3/+6 |
| |/ |
|
* | | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-12-13 | 1 | -2/+0 |
|\ \ |
|
| * | | mm: remove kern_addr_valid() completely | Kefeng Wang | 2022-11-08 | 1 | -2/+0 |
| |/ |
|