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
2021-06-25
powerpc/64s: save one more register in the masked interrupt handler
Nicholas Piggin
1
-14
/
+20
2021-06-25
powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE]
Nicholas Piggin
2
-4
/
+2
2021-06-25
powerpc/64: move interrupt return asm to interrupt_64.S
Nicholas Piggin
4
-625
/
+640
2021-06-25
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
47
-179
/
+418
2021-06-25
powerpc/64s: introduce different functions to return from SRR vs HSRR interrupts
Nicholas Piggin
4
-55
/
+92
2021-06-25
powerpc: remove interrupt exit helpers unused argument
Nicholas Piggin
2
-4
/
+4
2021-06-25
powerpc/interrupt: Fix CONFIG ifdef typo
Christophe Leroy
1
-1
/
+1
2021-06-25
powerpc/prom_init: Pass linux_banner to firmware via option vector 7
Michael Ellerman
1
-0
/
+13
2021-06-25
powerpc/prom_init: Convert prom_strcpy() into prom_strscpy_pad()
Michael Ellerman
1
-6
/
+24
2021-06-25
powerpc/64s: Fix boot failure with 4K Radix
Michael Ellerman
1
-1
/
+7
2021-06-24
bpf: Support all gso types in bpf_skb_change_proto()
Maciej Żenczykowski
1
-20
/
+2
2021-06-24
mcb: Use DEFINE_RES_MEM() helper macro and fix the end address
Zhen Lei
1
-11
/
+2
2021-06-24
PNP: moved EXPORT_SYMBOL so that it immediately followed its function/variable
Jinchao Wang
5
-15
/
+10
2021-06-24
KVM: arm64: Set the MTE tag bit before releasing the page
Marc Zyngier
1
-4
/
+8
2021-06-24
bus: mhi: pci-generic: Add missing 'pci_disable_pcie_error_reporting()' calls
Christophe JAILLET
1
-1
/
+4
2021-06-24
bus: mhi: Wait for M2 state during system resume
Baochen Qiang
1
-0
/
+1
2021-06-24
bus: mhi: core: Fix power down latency
Loic Poulain
1
-13
/
+5
2021-06-24
intel_th: Wait until port is in reset before programming it
Alexander Shishkin
3
-0
/
+36
2021-06-24
intel_th: msu: Make contiguous buffers uncached
Alexander Shishkin
1
-16
/
+32
2021-06-24
intel_th: Remove an unused exit point from intel_th_remove()
Uwe Kleine-König
1
-5
/
+7
2021-06-24
stm class: Spelling fix
Randy Dunlap
1
-1
/
+1
2021-06-24
ext4: fsmap: fix the block/inode bitmap comment
Ritesh Harjani
1
-2
/
+2
2021-06-24
nitro_enclaves: Set Bus Master for the NE PCI device
Longpeng(Mike)
1
-0
/
+2
2021-06-24
bpf: Do not change gso_size during bpf_skb_change_proto()
Maciej Żenczykowski
1
-4
/
+0
2021-06-24
misc: ibmasm: Modify matricies to matrices
Guoqing Chi
1
-1
/
+1
2021-06-24
misc: vmw_vmci: return the correct errno code
Junlin Yang
1
-1
/
+1
2021-06-24
siox: Simplify error handling via dev_err_probe()
Thorsten Scherer
1
-9
/
+10
2021-06-24
fpga: machxo2-spi: Address warning about unused variable
Moritz Fischer
1
-0
/
+2
2021-06-24
ext4: fix comment for s_hash_unsigned
Eric Biggers
1
-1
/
+1
2021-06-24
HID: input: Add support for Programmable Buttons
Thomas Weißschuh
3
-0
/
+34
2021-06-24
drm/nouveau: fix dma_address check for CPU/GPU sync
Christian König
1
-2
/
+2
2021-06-24
Revert "bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto"
Maciej Żenczykowski
1
-13
/
+9
2021-06-24
lkdtm/heap: Add init_on_alloc tests
Kees Cook
5
-0
/
+72
2021-06-24
selftests/lkdtm: Enable various testable CONFIGs
Kees Cook
1
-0
/
+6
2021-06-24
lkdtm: Add CONFIG hints in errors where possible
Kees Cook
9
-11
/
+117
2021-06-24
lkdtm: Enable DOUBLE_FAULT on all architectures
Kees Cook
1
-2
/
+0
2021-06-24
lkdtm/heap: Add vmalloc linear overflow test
Kees Cook
4
-4
/
+27
2021-06-24
lkdtm/bugs: XFAIL UNALIGNED_LOAD_STORE_WRITE
Kees Cook
1
-0
/
+3
2021-06-24
selftests/lkdtm: Fix expected text for free poison
Kees Cook
1
-2
/
+2
2021-06-24
selftests/lkdtm: Fix expected text for CR4 pinning
Kees Cook
1
-1
/
+1
2021-06-24
selftests/lkdtm: Avoid needing explicit sub-shell
Kees Cook
1
-4
/
+8
2021-06-24
HID: wacom: Correct base usage for capacitive ExpressKey status bits
Jason Gerecke
1
-1
/
+1
2021-06-24
media, bpf: Do not copy more entries than user space requested
Sean Young
1
-1
/
+2
2021-06-24
Merge branch 'for-next/sve' into for-next/core
Will Deacon
4
-11
/
+23
2021-06-24
Merge branch 'for-next/smccc' into for-next/core
Will Deacon
4
-2
/
+182
2021-06-24
Merge branch 'for-next/selftests' into for-next/core
Will Deacon
1
-1
/
+1
2021-06-24
Merge branch 'for-next/ptrauth' into for-next/core
Will Deacon
7
-64
/
+91
2021-06-24
Merge branch 'for-next/perf' into for-next/core
Will Deacon
26
-170
/
+156
2021-06-24
Merge branch 'for-next/mte' into for-next/core
Will Deacon
20
-135
/
+309
2021-06-24
Merge branch 'for-next/mm' into for-next/core
Will Deacon
18
-62
/
+66
[prev]
[next]