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
2022-01-16
powerpc/32s: Fix kasan_init_region() for KASAN
Christophe Leroy
3
-31
/
+36
2022-01-16
powerpc/time: Fix build failure due to do_hard_irq_enable() on PPC32
Christophe Leroy
1
-1
/
+1
2022-01-16
Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
11
-23
/
+109
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
50
-183
/
+194
2022-01-15
Replace for_each_*_bit_from() with for_each_*_bit() where appropriate
Yury Norov
1
-2
/
+2
2022-01-15
all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
Yury Norov
2
-3
/
+3
2022-01-15
arch: remove GENERIC_FIND_FIRST_BIT entirely
Yury Norov
6
-6
/
+0
2022-01-15
include: move find.h from asm_generic to linux
Yury Norov
20
-26
/
+0
2022-01-15
mm/mempolicy: wire up syscall set_mempolicy_home_node
Aneesh Kumar K.V
18
-1
/
+19
2022-01-15
x86: mm: add x86_64 support for page table check
Pasha Tatashin
2
-2
/
+28
2022-01-15
mm: page table check
Pasha Tatashin
1
-0
/
+3
2022-01-15
mm: move tlb_flush_pending inline helpers to mm_inline.h
Arnd Bergmann
1
-1
/
+1
2022-01-15
mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit
Qi Zheng
22
-162
/
+128
2022-01-15
mm: defer kmemleak object creation of module_alloc()
Kefeng Wang
3
-7
/
+9
2022-01-15
ia64: topology: use default_groups in kobj_type
Greg Kroah-Hartman
1
-1
/
+2
2022-01-15
ia64: fix typo in a comment
Jason Wang
1
-1
/
+1
2022-01-15
arch/ia64/kernel/setup.c: use swap() to make code cleaner
Yang Guang
1
-4
/
+1
2022-01-15
ia64: module: use swap() to make code cleaner
Yang Guang
1
-4
/
+2
2022-01-15
powerpc/audit: Fix syscall_get_arch()
Christophe Leroy
2
-2
/
+4
2022-01-15
powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06
Naveen N. Rao
2
-9
/
+14
2022-01-15
powerpc/bpf: Update ldimm64 instructions during extra pass
Naveen N. Rao
3
-7
/
+35
2022-01-15
powerpc32/bpf: Fix codegen for bpf-to-bpf calls
Naveen N. Rao
1
-0
/
+3
2022-01-14
virtio: wrap config->reset calls
Michael S. Tsirkin
1
-1
/
+1
2022-01-14
x86/fpu: Fix inline prefix warnings
Yang Zhong
2
-2
/
+2
2022-01-14
kvm: x86: Disable interception for IA32_XFD on demand
Kevin Tian
4
-6
/
+29
2022-01-14
x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()
Thomas Gleixner
2
-0
/
+26
2022-01-14
kvm: x86: Add support for getting/setting expanded xstate buffer
Guang Zeng
4
-3
/
+62
2022-01-14
x86/fpu: Add uabi_size to guest_fpu
Thomas Gleixner
3
-0
/
+7
2022-01-14
kvm: x86: Add CPUID support for Intel AMX
Jing Liu
2
-2
/
+27
2022-01-14
kvm: x86: Add XCR0 support for Intel AMX
Jing Liu
1
-1
/
+6
2022-01-14
kvm: x86: Disable RDMSR interception of IA32_XFD_ERR
Jing Liu
2
-1
/
+7
2022-01-14
kvm: x86: Emulate IA32_XFD_ERR for guest
Jing Liu
1
-1
/
+20
2022-01-14
kvm: x86: Intercept #NM for saving IA32_XFD_ERR
Jing Liu
3
-0
/
+59
2022-01-14
x86/fpu: Prepare xfd_err in struct fpu_guest
Jing Liu
1
-0
/
+5
2022-01-14
kvm: x86: Add emulation for IA32_XFD
Jing Liu
1
-0
/
+27
2022-01-14
x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulation
Kevin Tian
2
-0
/
+18
2022-01-14
kvm: x86: Enable dynamic xfeatures at KVM_SET_CPUID2
Jing Liu
1
-13
/
+29
2022-01-14
x86/fpu: Provide fpu_enable_guest_xfd_features() for KVM
Sean Christopherson
2
-0
/
+23
2022-01-14
x86/fpu: Add guest support to xfd_enable_feature()
Thomas Gleixner
2
-39
/
+60
2022-01-14
x86/fpu: Make XFD initialization in __fpstate_reset() a function argument
Jing Liu
1
-5
/
+6
2022-01-14
Merge tag 'for-linus' of git://github.com/openrisc/linux
Linus Torvalds
4
-14
/
+20
2022-01-14
Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
355
-3417
/
+5406
2022-01-14
KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenance
Marc Zyngier
1
-12
/
+6
2022-01-14
Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
77
-3688
/
+434
2022-01-14
Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
1
-3
/
+2
2022-01-14
arch: decompressor: remove useless vmlinux.bin.all-y
Masahiro Yamada
3
-24
/
+18
2022-01-14
kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}
Masahiro Yamada
7
-32
/
+34
2022-01-14
sh: rename suffix-y to suffix_y
Masahiro Yamada
2
-9
/
+9
2022-01-13
Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
26
-584
/
+80
2022-01-13
Merge branch 'remotes/lorenzo/pci/mvebu'
Bjorn Helgaas
6
-15
/
+35
[prev]
[next]