index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-12
LoongArch: Add BPF JIT support
Tiezhu Yang
7
-0
/
+1700
2022-10-12
LoongArch: Add some instruction opcodes and formats
Tiezhu Yang
1
-5
/
+174
2022-10-12
LoongArch: Move {signed,unsigned}_imm_check() to inst.h
Tiezhu Yang
2
-10
/
+10
2022-10-12
LoongArch: Add kdump support
Youling Tang
9
-8
/
+227
2022-10-12
LoongArch: Add kexec support
Youling Tang
6
-1
/
+400
2022-10-12
LoongArch: Use generic BUG() handler
Youling Tang
4
-12
/
+84
2022-10-12
LoongArch: Add SysRq-x (TLB Dump) support
Huacai Chen
2
-0
/
+67
2022-10-12
LoongArch: Add perf events support
Huacai Chen
6
-1
/
+987
2022-10-12
LoongArch: Add qspinlock support
Huacai Chen
4
-3
/
+26
2022-10-12
LoongArch: Use TLB for ioremap()
Huacai Chen
7
-56
/
+184
2022-10-12
LoongArch: Support access filter to /dev/mem interface
Huacai Chen
3
-0
/
+34
2022-10-12
LoongArch: Refactor cache probe and flush methods
Huacai Chen
10
-267
/
+236
2022-10-12
LoongArch: mm: Refactor TLB exception handlers
Rui Wang
1
-290
/
+247
2022-10-12
LoongArch: Support R_LARCH_GOT_PC_{LO12,HI20} in modules
Xi Ruoyao
4
-7
/
+99
2022-10-12
LoongArch: Support PC-relative relocations in modules
Xi Ruoyao
2
-1
/
+75
2022-10-12
LoongArch: Define ELF relocation types added in ABIv2.0
Xi Ruoyao
2
-1
/
+38
2022-10-12
LoongArch: Adjust symbol addressing for AS_HAS_EXPLICIT_RELOCS
Xi Ruoyao
4
-6
/
+37
2022-10-12
LoongArch: Add Kconfig option AS_HAS_EXPLICIT_RELOCS
Xi Ruoyao
1
-0
/
+3
2022-10-12
LoongArch: Kconfig: Fix spelling mistake "delibrately" -> "deliberately"
Colin Ian King
1
-1
/
+1
2022-10-12
LoongArch: Mark __xchg() and __cmpxchg() as __always_inline
Huacai Chen
1
-4
/
+4
2022-10-12
LoongArch: Flush TLB earlier at initialization
Huacai Chen
1
-2
/
+3
2022-10-12
LoongArch: Do not create sysfs control file for io master CPUs
Tiezhu Yang
3
-6
/
+7
2022-10-12
LoongArch: Fix cpu name after CPU-hotplug
Jianmin Lv
1
-1
/
+3
2022-10-12
net/mlx5: Make ASO poll CQ usable in atomic context
Leon Romanovsky
4
-13
/
+11
2022-10-12
Merge tag 'irqchip-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
Thomas Gleixner
3
-28
/
+68
2022-10-12
tcp: cdg: allow tcp_cdg_release() to be called multiple times
Eric Dumazet
1
-0
/
+2
2022-10-12
Merge branch 'inet-ping-fixes'
David S. Miller
2
-18
/
+7
2022-10-12
inet: ping: fix recent breakage
Eric Dumazet
2
-17
/
+6
2022-10-12
ipv6: ping: fix wrong checksum for large frames
Eric Dumazet
1
-1
/
+1
2022-10-12
net: ethernet: ti: am65-cpsw: set correct devlink flavour for unused ports
Matthias Schiffer
1
-1
/
+4
2022-10-11
mm: cgroup: fix comments for get from fd/file helpers
Yosry Ahmed
1
-1
/
+3
2022-10-12
watchdog: Add tracing events for the most usual watchdog events
Uwe Kleine-König
4
-2
/
+81
2022-10-12
irqchip: IMX_MU_MSI should depend on ARCH_MXC
Geert Uytterhoeven
1
-3
/
+4
2022-10-12
xen: Kconfig: Fix spelling mistake "Maxmium" -> "Maximum"
Colin Ian King
1
-1
/
+1
2022-10-12
ALSA: hda: cs35l41: Support System Suspend
Stefan Binding
1
-24
/
+136
2022-10-12
ALSA: hda: cs35l41: Remove suspend/resume hda hooks
Stefan Binding
3
-39
/
+13
2022-10-12
ALSA: hda/cs_dsp_ctl: Fix mutex inversion when creating controls
Richard Fitzgerald
3
-29
/
+40
2022-10-12
ALSA: hda: hda_cs_dsp_ctl: Ensure pwr_lock is held before reading/writing controls
Stefan Binding
1
-2
/
+11
2022-10-12
ALSA: hda: hda_cs_dsp_ctl: Minor clean and redundant code removal
Stefan Binding
1
-13
/
+4
2022-10-12
Merge tag 'drm-intel-next-fixes-2022-10-06-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
6
-38
/
+100
2022-10-11
Merge tag 'memblock-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock
Linus Torvalds
8
-336
/
+2662
2022-10-11
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
51
-511
/
+991
2022-10-11
riscv: always honor the CONFIG_CMDLINE_FORCE when parsing dtb
Wenting Zhang
1
-2
/
+2
2022-10-11
nilfs2: fix leak of nilfs_root in case of writer thread creation failure
Ryusuke Konishi
1
-4
/
+3
2022-10-11
nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()
Ryusuke Konishi
1
-0
/
+2
2022-10-11
nilfs2: fix use-after-free bug of struct nilfs_root
Ryusuke Konishi
1
-1
/
+16
2022-10-11
mm/damon/core: initialize damon_target->list in damon_new_target()
SeongJae Park
1
-0
/
+1
2022-10-11
mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb page
Baolin Wang
3
-19
/
+30
2022-10-11
Merge tag 'wireless-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless
Jakub Kicinski
16
-63
/
+94
2022-10-11
include/linux/entry-common.h: remove has_signal comment of arch_do_signal_or_restart() prototype
Tiezhu Yang
1
-1
/
+0
[prev]
[next]