Age | Commit message (Expand) | Author | Files | Lines |
2023-11-04 | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -12/+0 |
2023-11-02 | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+2 |
2023-10-17 | vgacon, arch/*: remove unused screen_info definitions | Arnd Bergmann | 1 | -12/+0 |
2023-10-09 | Merge tag 'v6.6-rc5' into locking/core, to pick up fixes | Ingo Molnar | 19 | -8/+34 |
2023-10-06 | arch: Reserve map_shadow_stack() syscall number for all architectures | Sohil Mehta | 1 | -0/+1 |
2023-10-03 | syscalls: Cleanup references to sys_lookup_dcookie() | Sohil Mehta | 1 | -1/+1 |
2023-09-21 | futex: Add sys_futex_requeue() | peterz@infradead.org | 1 | -0/+1 |
2023-09-21 | futex: Add sys_futex_wait() | peterz@infradead.org | 1 | -0/+1 |
2023-09-21 | futex: Add sys_futex_wake() | peterz@infradead.org | 1 | -0/+1 |
2023-09-20 | xtensa: boot/lib: fix function prototypes | Max Filippov | 1 | -2/+3 |
2023-09-20 | xtensa: umulsidi3: fix conditional expression | Randy Dunlap | 1 | -1/+3 |
2023-09-20 | xtensa: boot: don't add include-dirs | Randy Dunlap | 1 | -2/+1 |
2023-09-20 | xtensa: iss/network: make functions static | Randy Dunlap | 1 | -2/+2 |
2023-09-20 | xtensa: tlb: include <asm/tlb.h> for missing prototype | Randy Dunlap | 2 | -0/+3 |
2023-09-20 | xtensa: hw_breakpoint: include header for missing prototype | Randy Dunlap | 2 | -0/+2 |
2023-09-20 | xtensa: smp: add headers for missing function prototypes | Randy Dunlap | 2 | -0/+2 |
2023-09-20 | xtensa: traps: add <linux/cpu.h> for function prototype | Randy Dunlap | 1 | -0/+1 |
2023-09-20 | xtensa: stacktrace: include <asm/ftrace.h> for prototype | Randy Dunlap | 1 | -0/+1 |
2023-09-20 | xtensa: signal: include headers for function prototypes | Randy Dunlap | 2 | -0/+3 |
2023-09-20 | xtensa: processor.h: add init_arch() prototype | Randy Dunlap | 1 | -0/+4 |
2023-09-20 | xtensa: ptrace: add prototypes to <asm/ptrace.h> | Randy Dunlap | 2 | -1/+3 |
2023-09-20 | xtensa: irq: include <asm/traps.h> | Randy Dunlap | 1 | -0/+1 |
2023-09-20 | xtensa: fault: include <asm/traps.h> | Randy Dunlap | 1 | -0/+1 |
2023-09-20 | xtensa: add default definition for XCHAL_HAVE_DIV32 | Max Filippov | 1 | -0/+4 |
2023-09-07 | Merge tag 'xtensa-20230905' of https://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 7 | -5/+56 |
2023-09-01 | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -26/+1 |
2023-08-31 | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2023-08-30 | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+1 |
2023-08-30 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 6 | -114/+89 |
2023-08-29 | xtensa: add XIP-aware MTD support | Max Filippov | 5 | -1/+34 |
2023-08-28 | Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2023-08-28 | xtensa: PMU: fix base address for the newer hardware | Max Filippov | 2 | -4/+22 |
2023-08-25 | mm: rationalise flush_icache_pages() and flush_icache_page() | Matthew Wilcox (Oracle) | 1 | -4/+0 |
2023-08-25 | xtensa: implement the new page table range API | Matthew Wilcox (Oracle) | 3 | -47/+63 |
2023-08-21 | treewide: drop CONFIG_EMBEDDED | Randy Dunlap | 1 | -1/+1 |
2023-08-18 | xtensa: mm: convert to GENERIC_IOREMAP | Baoquan He | 3 | -64/+27 |
2023-08-11 | tty: make tty_operations::write()'s count size_t | Jiri Slaby (SUSE) | 1 | -1/+1 |
2023-08-11 | tty: propagate u8 data to tty_operations::write() | Jiri Slaby (SUSE) | 1 | -2/+1 |
2023-08-11 | tty: xtensa/iss: drop unneeded tty_operations hooks | Jiri Slaby (SUSE) | 1 | -24/+0 |
2023-07-27 | arch: Register fchmodat2, usually as syscall 452 | Palmer Dabbelt | 1 | -0/+1 |
2023-07-12 | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma() | Rick Edgecombe | 1 | -1/+1 |
2023-07-11 | xtensa: fix unaligned and load/store configuration interaction | Max Filippov | 2 | -21/+16 |
2023-07-11 | xtensa: ISS: fix call to split_if_spec | Max Filippov | 1 | -1/+1 |
2023-07-11 | xtensa: ISS: add comment about etherdev freeing | Max Filippov | 1 | -0/+1 |
2023-06-30 | Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2 | -56/+0 |
2023-06-29 | Merge branch 'expand-stack' | Linus Torvalds | 2 | -11/+4 |
2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -1/+5 |
2023-06-28 | Merge tag 'xtensa-20230627' of https://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 41 | -326/+467 |
2023-06-28 | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+9 |
2023-06-26 | Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -18/+0 |