| Commit message (Expand) | Author | Age | Files | Lines |
* | arch/*/io.h: remove ioremap_uc in some architectures | Baoquan He | 2023-11-23 | 9 | -16/+5 |
* | mips: add <asm-generic/io.h> including | Jiaxun Yang | 2023-11-23 | 6 | -35/+75 |
* | Linux 6.7-rc1v6.7-rc1 | Linus Torvalds | 2023-11-12 | 1 | -2/+2 |
* | wifi: iwlwifi: fix system commands group ordering | Miri Korenblit | 2023-11-12 | 1 | -1/+1 |
* | Merge tag 'parisc-for-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2023-11-12 | 3 | -8/+6 |
|\ |
|
| * | parisc: Prevent booting 64-bit kernels on PA1.x machines | Helge Deller | 2023-11-10 | 1 | -3/+2 |
| * | parport: gsc: mark init function static | Arnd Bergmann | 2023-11-10 | 1 | -1/+1 |
| * | parisc/pgtable: Do not drop upper 5 address bits of physical address | Helge Deller | 2023-11-07 | 1 | -4/+3 |
* | | Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch... | Linus Torvalds | 2023-11-12 | 13 | -63/+215 |
|\ \ |
|
| * | | selftests/bpf: Enable cpu v4 tests for LoongArch | Hengqi Chen | 2023-11-08 | 6 | -6/+12 |
| * | | LoongArch: BPF: Support signed mod instructions | Hengqi Chen | 2023-11-08 | 1 | -9/+25 |
| * | | LoongArch: BPF: Support signed div instructions | Hengqi Chen | 2023-11-08 | 1 | -9/+25 |
| * | | LoongArch: BPF: Support 32-bit offset jmp instructions | Hengqi Chen | 2023-11-08 | 1 | -1/+5 |
| * | | LoongArch: BPF: Support unconditional bswap instructions | Hengqi Chen | 2023-11-08 | 1 | -0/+1 |
| * | | LoongArch: BPF: Support sign-extension mov instructions | Hengqi Chen | 2023-11-08 | 1 | -2/+17 |
| * | | LoongArch: BPF: Support sign-extension load instructions | Hengqi Chen | 2023-11-08 | 1 | -10/+39 |
| * | | LoongArch: Add more instruction opcodes and emit_* helpers | Hengqi Chen | 2023-11-08 | 1 | -0/+13 |
| * | | LoongArch/smp: Call rcutree_report_cpu_starting() earlier | Huacai Chen | 2023-11-08 | 1 | -1/+2 |
| * | | LoongArch: Relax memory ordering for atomic operations | WANG Rui | 2023-11-08 | 1 | -20/+68 |
| * | | LoongArch: Mark __percpu functions as always inline | Nathan Chancellor | 2023-11-08 | 1 | -5/+5 |
| * | | LoongArch: Disable module from accessing external data directly | WANG Rui | 2023-11-08 | 1 | -0/+2 |
| * | | LoongArch: Support PREEMPT_DYNAMIC with static keys | Huacai Chen | 2023-11-08 | 1 | -0/+1 |
| * | | Merge 'bpf-next 2023-10-16' into loongarch-next | Huacai Chen | 2023-11-01 | 558 | -4883/+44893 |
| |\ \ |
|
* | \ \ | Merge tag 'powerpc-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2023-11-12 | 8 | -24/+24 |
|\ \ \ \ |
|
| * | | | | powerpc/rtas: Fix ppc_rtas_rmo_buf_show() kernel-doc | Nathan Lynch | 2023-11-07 | 1 | -0/+2 |
| * | | | | powerpc/pseries/rtas-work-area: Fix rtas_work_area_reserve_arena() kernel-doc | Nathan Lynch | 2023-11-07 | 1 | -0/+1 |
| * | | | | powerpc/fb: Call internal __phys_mem_access_prot() in fbdev code | Thomas Zimmermann | 2023-11-06 | 1 | -6/+1 |
| * | | | | powerpc: Remove file parameter from phys_mem_access_prot() | Thomas Zimmermann | 2023-11-06 | 5 | -13/+15 |
| * | | | | powerpc/machdep: Remove trailing whitespaces | Thomas Zimmermann | 2023-11-06 | 1 | -5/+5 |
* | | | | | Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif... | Linus Torvalds | 2023-11-11 | 16 | -88/+491 |
|\ \ \ \ \ |
|
| * | | | | | cifs: update internal module version number for cifs.ko | Steve French | 2023-11-10 | 1 | -2/+2 |
| * | | | | | cifs: handle when server stops supporting multichannel | Shyam Prasad N | 2023-11-10 | 6 | -10/+145 |
| * | | | | | cifs: handle when server starts supporting multichannel | Shyam Prasad N | 2023-11-10 | 3 | -2/+34 |
| * | | | | | Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFO | Steve French | 2023-11-10 | 1 | -0/+1 |
| * | | | | | smb3: allow dumping session and tcon id to improve stats analysis and debugging | Steve French | 2023-11-10 | 2 | -0/+31 |
| * | | | | | smb: client: fix mount when dns_resolver key is not available | Paulo Alcantara | 2023-11-09 | 3 | -7/+29 |
| * | | | | | smb3: fix caching of ctime on setxattr | Steve French | 2023-11-09 | 1 | -1/+4 |
| * | | | | | smb3: minor cleanup of session handling code | Steve French | 2023-11-09 | 1 | -6/+12 |
| * | | | | | cifs: reconnect work should have reference on server struct | Shyam Prasad N | 2023-11-09 | 2 | -16/+34 |
| * | | | | | cifs: do not pass cifs_sb when trying to add channels | Shyam Prasad N | 2023-11-09 | 3 | -8/+8 |
| * | | | | | cifs: account for primary channel in the interface list | Shyam Prasad N | 2023-11-09 | 2 | -0/+34 |
| * | | | | | cifs: distribute channels across interfaces based on speed | Shyam Prasad N | 2023-11-09 | 3 | -14/+88 |
| * | | | | | cifs: handle cases where a channel is closed | Shyam Prasad N | 2023-11-09 | 6 | -7/+43 |
| * | | | | | smb3: more minor cleanups for session handling routines | Steve French | 2023-11-09 | 1 | -10/+15 |
| * | | | | | smb3: minor RDMA cleanup | Steve French | 2023-11-09 | 1 | -2/+2 |
| * | | | | | cifs: Fix encryption of cleared, but unset rq_iter data buffers | David Howells | 2023-11-08 | 1 | -3/+9 |
* | | | | | | Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-11-10 | 15 | -31/+25 |
|\ \ \ \ \ \ |
|
| * | | | | | | tracing/kprobes: Fix the order of argument descriptions | Yujie Liu | 2023-11-11 | 1 | -1/+1 |
| * | | | | | | tracing: fprobe-event: Fix to check tracepoint event and return | Masami Hiramatsu (Google) | 2023-11-10 | 1 | -4/+5 |
| * | | | | | | kprobes: unify kprobes_exceptions_nofify() prototypes | Arnd Bergmann | 2023-11-10 | 10 | -19/+4 |