aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-27parisc: dino: Convert dino PCI bus driver to use arch_initcall()Gravatar Helge Deller 3-8/+3
2023-08-27parisc: Makefile: Adjust order in which drivers should be loadedGravatar Helge Deller 1-7/+9
2023-08-26parisc: led: Reduce CPU overhead for disk & lan LED computationGravatar Helge Deller 1-2/+2
2023-08-22parisc: Avoid ioremap() for same addresss in iosapic_register()Gravatar Helge Deller 3-4/+5
2023-08-22parisc: unaligned: Simplify 32-bit assembly in emulate_std()Gravatar Helge Deller 1-13/+12
2023-08-22parisc: Wire up eBPF JIT compilerGravatar Helge Deller 2-1/+3
2023-08-22parisc: Fix comment on Elf64 function descriptorGravatar Helge Deller 1-2/+1
2023-08-22parisc: Add eBPF JIT compiler glue code and MakefileGravatar Helge Deller 3-0/+689
2023-08-22parisc: Add 64-bit eBPF JIT compilerGravatar Helge Deller 1-0/+1209
2023-08-22parisc: Add 32-bit eBPF JIT compilerGravatar Helge Deller 1-0/+1615
2023-08-22parisc: Use generic mmap top-down layout and brk randomizationGravatar Helge Deller 4-68/+22
2023-08-22parisc: Fix /proc/cpuinfo output for lscpuGravatar Helge Deller 1-3/+10
2023-08-20parisc: Use page table locks only if DEBUG_KERNEL is enabledGravatar Helge Deller 1-1/+1
2023-08-20parisc: traps: Drop cpu_lpmc function pointerGravatar Helge Deller 1-4/+1
2023-08-20parisc: Drop the pa7300lc LPMC handlerGravatar Helge Deller 4-72/+1
2023-08-20parisc: lasi: Register LASI power-off feature as sys_off_handlerGravatar Helge Deller 2-23/+11
2023-08-20Linux 6.5-rc7v6.5-rc7Gravatar Linus Torvalds 1-1/+1
2023-08-20Merge tag 'tty-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 9-34/+72
2023-08-20Merge tag 'rust-fixes-6.5-rc7' of https://github.com/Rust-for-Linux/linuxGravatar Linus Torvalds 1-0/+1
2023-08-19Merge tag 'i2c-for-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-9/+37
2023-08-19Merge tag 'for-6.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-62/+113
2023-08-19Merge tag 'fbdev-for-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 6-19/+9
2023-08-19Merge tag 'block-6.5-2023-08-19' of git://git.kernel.dk/linuxGravatar Linus Torvalds 5-17/+49
2023-08-19blk-mq: release scheduler resource when request completesGravatar Chengming Zhou 2-3/+23
2023-08-19Merge tag 'media/v6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 3-5/+8
2023-08-19Merge tag 'x86_urgent_for_v6.5_rc7' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 18-133/+236
2023-08-19Merge tag 'powerpc-6.5-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-3/+3
2023-08-18blk-crypto: dynamically allocate fallback profileGravatar Sweet Tea Dorminy 1-13/+23
2023-08-18blk-cgroup: hold queue_lock when removing blkg->q_nodeGravatar Ming Lei 1-0/+2
2023-08-18drivers/rnbd: restore sysfs interface to rnbd-clientGravatar Li Zhijian 1-1/+1
2023-08-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 4-9/+23
2023-08-18Merge tag 'gpio-fixes-for-v6.5-rc7' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-7/+17
2023-08-18Merge tag '6.5-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-0/+4
2023-08-18Merge tag 'riscv-for-linus-6.5-rc7' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 6-23/+55
2023-08-18Merge tag 'sound-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 17-46/+125
2023-08-18Merge tag 'mmc-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Gravatar Linus Torvalds 4-22/+24
2023-08-18Merge tag 'pinctrl-v6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 4-4/+10
2023-08-18Merge tag 'soc-fixes-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 46-112/+86
2023-08-18Merge tag 'asm-generic-fix-6.5' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-0/+76
2023-08-18btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeGravatar Josef Bacik 1-4/+2
2023-08-18x86/srso: Correct the mitigation status when SMT is disabledGravatar Borislav Petkov (AMD) 1-3/+2
2023-08-18Merge tag 'net-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 48-118/+313
2023-08-18Merge tag 'drm-fixes-2023-08-18-1' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 24-132/+216
2023-08-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Gravatar Jakub Kicinski 4-12/+93
2023-08-18drm/qxl: fix UAF on handle creationGravatar Wander Lairson Costa 4-14/+24
2023-08-18Merge tag 'amd-drm-fixes-6.5-2023-08-16' of https://gitlab.freedesktop.org/ag...Gravatar Dave Airlie 10-30/+93
2023-08-18Merge tag 'drm-misc-fixes-2023-08-17' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 7-76/+63
2023-08-18Merge tag 'drm-intel-fixes-2023-08-17' of git://anongit.freedesktop.org/drm/d...Gravatar Dave Airlie 3-12/+36
2023-08-17Merge tag 'mlx5-fixes-2023-08-16' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Jakub Kicinski 3-4/+16
2023-08-17ice: Block switchdev mode when ADQ is active and vice versaGravatar Marcin Szycik 2-0/+11