index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
asm-generic
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-15
Merge tag 'block-5.18-2022-04-15' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2022-04-12
asm-generic: fix __get_unaligned_be48() on 32 bit platforms
Alexander Lobakin
1
-1
/
+1
2022-04-08
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-3
/
+7
2022-04-07
Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-0
/
+1
2022-04-06
tlb: hugetlb: Add more sizes to tlb_remove_huge_tlb_entry
Steve Capper
1
-3
/
+7
2022-03-29
Drivers: hv: vmbus: Propagate VMbus coherence to each VMbus device
Michael Kelley
1
-0
/
+1
2022-03-28
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2022-03-27
Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+4
2022-03-26
Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+26
2022-03-25
Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+14
2022-03-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+7
2022-03-24
Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...
Linus Torvalds
1
-2
/
+2
2022-03-23
Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-45
/
+49
2022-03-22
Merge tag 'locking-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-14
/
+14
2022-03-21
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-28
/
+56
2022-03-15
static_call: Avoid building empty .static_call_sites
Peter Zijlstra
1
-0
/
+4
2022-03-10
ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h
Eric W. Biederman
1
-1
/
+1
2022-03-07
asm-generic: introduce be48 unaligned accessors
Keith Busch
1
-0
/
+26
2022-02-25
uaccess: remove CONFIG_SET_FS
Arnd Bergmann
2
-37
/
+2
2022-02-25
uaccess: generalize access_ok()
Arnd Bergmann
2
-20
/
+61
2022-02-25
uaccess: add generic __{get,put}_kernel_nofault
Arnd Bergmann
1
-2
/
+0
2022-02-17
treewide: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
1
-2
/
+2
2022-02-16
asm-generic: Refactor dereference_[kernel]_function_descriptor()
Christophe Leroy
1
-0
/
+2
2022-02-16
asm-generic: Define 'func_desc_t' to commonly describe function descriptors
Christophe Leroy
1
-0
/
+5
2022-02-16
asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORS
Christophe Leroy
1
-1
/
+7
2022-02-11
lib/xor: make xor prototypes more friendly to compiler vectorization
Ard Biesheuvel
1
-28
/
+56
2022-02-10
KVM: x86: Add checks for reserved-to-zero Hyper-V hypercall fields
Sean Christopherson
1
-0
/
+6
2022-02-10
KVM: x86: Get the number of Hyper-V sparse banks from the VARHEAD field
Sean Christopherson
1
-0
/
+1
2022-02-04
powercap/drivers/dtpm: Convert the init table section to a simple array
Daniel Lezcano
1
-11
/
+0
2022-01-25
asm-generic/bitops: Always inline all bit manipulation helpers
Borislav Petkov
2
-14
/
+14
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
3
-253
/
+0
2022-01-22
Merge tag 'riscv-for-linus-5.17-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-6
/
+18
2022-01-22
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-1
/
+1
2022-01-20
asm-generic: Add missing brackets for io_stop_wc macro
Xiongfeng Wang
1
-1
/
+1
2022-01-19
RISC-V: Introduce sv48 support without relocatable kernel
Palmer Dabbelt
1
-6
/
+18
2022-01-19
asm-generic: Prepare for riscv use of pud_alloc_one and pud_free
Alexandre Ghiti
1
-6
/
+18
2022-01-16
Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-2
/
+4
2022-01-16
Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-33
/
+0
2022-01-15
include: move find.h from asm_generic to linux
Yury Norov
2
-263
/
+0
2022-01-15
bitops: move find_bit_*_le functions from le.h to find.h
Yury Norov
2
-64
/
+69
2022-01-15
bitops: protect find_first_{,zero}_bit properly
Yury Norov
1
-0
/
+5
2022-01-12
PCI: hv: Make the code arch neutral by adding arch specific interfaces
Sunil Muthuswamy
1
-33
/
+0
2022-01-11
Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-20
/
+11
2022-01-11
Merge tag 'for-5.17/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+7
2022-01-11
Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2022-01-11
Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-14
/
+46
2022-01-11
sections: Fix __is_kernel() to include init ranges
Helge Deller
1
-3
/
+7
2022-01-10
Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-4
/
+10
2022-01-10
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+11
2021-12-28
Drivers: hv: Fix definition of hypercall input & output arg variables
Michael Kelley
1
-2
/
+2
[next]