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
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-26
arm64: Do not trap PMSNEVFR_EL1
Alexandru Elisei
1
-2
/
+11
2021-08-25
arm64: mm: fix comment typo of pud_offset_phys()
Xujun Leng
1
-1
/
+1
2021-08-25
arm64: signal32: Drop pointless call to sigdelsetmask()
Will Deacon
1
-5
/
+1
2021-08-24
arm64/sve: Better handle failure to allocate SVE register storage
Mark Brown
3
-6
/
+14
2021-08-24
arm64: head: avoid over-mapping in map_memory
Mark Rutland
2
-7
/
+8
2021-08-24
arm64/sve: Add a comment documenting the binutils needed for SVE asm
Mark Brown
1
-0
/
+1
2021-08-24
arm64/sve: Add some comments for sve_save/load_state()
Mark Brown
1
-0
/
+13
2021-08-20
arm64: replace in_irq() with in_hardirq()
Changbin Du
1
-1
/
+1
2021-08-06
arm64: mm: Fix TLBI vs ASID rollover
Will Deacon
2
-9
/
+31
2021-08-06
arm64: entry: Add SYM_CODE annotation for __bad_stack
Mark Brown
1
-1
/
+3
2021-08-03
arm64: fix typo in a comment
Jason Wang
1
-1
/
+1
2021-08-03
arm64: move the (z)install rules to arch/arm64/Makefile
Masahiro Yamada
2
-10
/
+5
2021-08-02
arm64/sve: Make fpsimd_bind_task_to_cpu() static
Mark Brown
2
-2
/
+3
2021-08-02
arm64: unnecessary end 'return;' in void functions
Jason Wang
1
-2
/
+0
2021-07-30
arm64: use __func__ to get function name in pr_err
Jason Wang
1
-2
/
+2
2021-07-30
arm64: SSBS/DIT: print SSBS and DIT bit when printing PSTATE
Lingyan Huang
1
-3
/
+7
2021-07-30
arm64: cpufeature: Use defined macro instead of magic numbers
Shaokun Zhang
1
-1
/
+1
2021-07-30
arm64/kexec: Test page size support with new TGRAN range values
Anshuman Khandual
2
-15
/
+22
2021-07-25
Merge tag 'powerpc-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
5
-8
/
+68
2021-07-25
Merge tag 'locking-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+4
2021-07-24
Merge tag 'riscv-for-linus-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
4
-21
/
+48
2021-07-23
riscv: __asm_copy_to-from_user: Fix: Typos in comments
Akira Tsukamoto
1
-9
/
+9
2021-07-23
riscv: __asm_copy_to-from_user: Remove unnecessary size check
Akira Tsukamoto
1
-1
/
+0
2021-07-23
riscv: __asm_copy_to-from_user: Fix: fail on RV32
Akira Tsukamoto
1
-1
/
+1
2021-07-23
riscv: __asm_copy_to-from_user: Fix: overrun copy
Akira Tsukamoto
1
-3
/
+3
2021-07-23
riscv: stacktrace: pin the task's stack in get_wchan
Jisheng Zhang
1
-1
/
+5
2021-07-23
Merge tag 'm68k-for-v5.14-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
Linus Torvalds
1
-0
/
+1
2021-07-23
Merge tag 'char-misc-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-1
/
+1
2021-07-23
Merge tag 'usb-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
9
-14
/
+14
2021-07-23
KVM: PPC: Book3S HV Nested: Sanitise H_ENTER_NESTED TM state
Nicholas Piggin
1
-0
/
+20
2021-07-23
KVM: PPC: Book3S: Fix H_RTAS rets buffer overflow
Nicholas Piggin
1
-3
/
+22
2021-07-22
riscv: Make sure the kernel mapping does not overlap with IS_ERR_VALUE
Alexandre Ghiti
1
-2
/
+16
2021-07-22
riscv: Make sure the linear mapping does not use the kernel mapping
Alexandre Ghiti
1
-0
/
+2
2021-07-22
riscv: Fix memory_limit for 64-bit kernel
Alexandre Ghiti
1
-2
/
+9
2021-07-22
Merge tag 'fallthrough-fixes-clang-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
Linus Torvalds
1
-0
/
+1
2021-07-22
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
4
-34
/
+39
2021-07-22
Merge tag 'hyperv-fixes-signed-20210722' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
1
-1
/
+1
2021-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-4
/
+4
2021-07-21
RISC-V: load initrd wherever it fits into memory
Heinrich Schuchardt
1
-2
/
+2
2021-07-21
Merge remote-tracking branch 'riscv/riscv-fix-32bit' into fixes
Palmer Dabbelt
1
-0
/
+1
2021-07-21
riscv: Fix 32-bit RISC-V boot failure
Bin Meng
1
-1
/
+3
2021-07-21
Merge tag 's390-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
9
-37
/
+49
2021-07-21
Revert "x86/hyperv: fix logical processor creation"
Wei Liu
1
-1
/
+1
2021-07-21
nds32: fix up stack guard gap
Greg Kroah-Hartman
1
-1
/
+1
2021-07-21
Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"
Jonathan Marek
3
-31
/
+33
2021-07-21
arm64: smccc: Save lr before calling __arm_smccc_sve_check()
Jean-Philippe Brucker
1
-3
/
+6
2021-07-21
Revert "arm64: dts: qcom: Harmonize DWC USB3 DT nodes name"
Greg Kroah-Hartman
9
-14
/
+14
2021-07-20
s390: update defconfigs
Heiko Carstens
3
-17
/
+34
2021-07-20
s390/cpumf: fix semicolon.cocci warnings
kernel test robot
1
-1
/
+1
2021-07-20
s390/boot: fix use of expolines in the DMA code
Alexander Egorenkov
1
-15
/
+4
[next]