index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-10-25
67
-104
/
+104
*
Merge branch 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-10-25
3
-9
/
+87
|
\
|
*
parisc: Add wrapper syscalls to fix O_NONBLOCK flag usage
Helge Deller
2020-10-23
2
-7
/
+78
|
*
parisc: Improve error return codes when setting rtc time
Helge Deller
2020-10-22
1
-2
/
+9
*
|
Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-10-25
2
-8
/
+13
|
\
\
|
*
|
xen/events: only register debug interrupt for 2-level events
Juergen Gross
2020-10-23
2
-8
/
+13
*
|
|
Merge tag 'dma-mapping-5.10-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2020-10-24
1
-1
/
+1
|
\
\
\
|
*
|
|
ARM/sa1111: add a missing include of dma-map-ops.h
Christoph Hellwig
2020-10-20
1
-1
/
+1
*
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-10-24
5
-9
/
+6
|
\
\
\
\
|
*
|
|
|
KVM: ioapic: break infinite recursion on lazy EOI
Vitaly Kuznetsov
2020-10-24
1
-4
/
+1
|
*
|
|
|
KVM: vmx: rename pi_init to avoid conflict with paride
Paolo Bonzini
2020-10-24
3
-4
/
+4
|
*
|
|
|
KVM: x86/mmu: Avoid modulo operator on 64-bit value to fix i386 build
Sean Christopherson
2020-10-24
1
-1
/
+1
*
|
|
|
|
Merge tag 'x86_seves_fixes_for_v5.10_rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2020-10-24
5
-16
/
+40
|
\
\
\
\
\
|
*
|
|
|
|
x86/boot/64: Explicitly map boot_params and command line
Arvind Sankar
2020-10-19
2
-3
/
+23
|
*
|
|
|
|
x86/head/64: Disable stack protection for head$(BITS).o
Arvind Sankar
2020-10-19
1
-0
/
+2
|
*
|
|
|
|
x86/boot/64: Initialize 5-level paging variables earlier
Arvind Sankar
2020-10-19
3
-14
/
+16
*
|
|
|
|
|
Merge tag 'powerpc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2020-10-24
11
-118
/
+179
|
\
\
\
\
\
\
|
*
|
|
|
|
|
powerpc/pseries: Avoid using addr_to_pfn in real mode
Ganesh Goudar
2020-10-22
1
-49
/
+69
|
*
|
|
|
|
|
powerpc/uaccess: Don't use "m<>" constraint with GCC 4.9
Christophe Leroy
2020-10-22
2
-2
/
+15
|
*
|
|
|
|
|
powerpc/eeh: Fix eeh_dev_check_failure() for PE#0
Oliver O'Halloran
2020-10-22
1
-5
/
+0
|
*
|
|
|
|
|
powerpc/64s: Remove TM from Power10 features
Jordan Niethe
2020-10-20
2
-4
/
+11
|
*
|
|
|
|
|
powerpc: Fix undetected data corruption with P9N DD2.1 VSX CI load emulation
Michael Neuling
2020-10-19
1
-1
/
+1
|
*
|
|
|
|
|
powerpc/powernv/dump: Handle multiple writes to ack attribute
Vasant Hegde
2020-10-19
1
-3
/
+8
|
*
|
|
|
|
|
powerpc/powernv/dump: Fix race while processing OPAL dump
Vasant Hegde
2020-10-19
1
-12
/
+29
|
*
|
|
|
|
|
powerpc/smp: Use GFP_ATOMIC while allocating tmp mask
Srikar Dronamraju
2020-10-19
1
-26
/
+31
|
*
|
|
|
|
|
powerpc/smp: Remove unnecessary variable
Srikar Dronamraju
2020-10-19
1
-9
/
+4
|
*
|
|
|
|
|
powerpc/mce: Avoid nmi_enter/exit in real mode on pseries hash
Ganesh Goudar
2020-10-16
1
-4
/
+3
|
*
|
|
|
|
|
powerpc/opal_elog: Handle multiple writes to ack attribute
Aneesh Kumar K.V
2020-10-16
1
-3
/
+8
*
|
|
|
|
|
|
Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-10-24
5
-95
/
+93
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
riscv: remove address space overrides using set_fs()
Christoph Hellwig
2020-10-04
4
-34
/
+1
|
*
|
|
|
|
|
|
riscv: implement __get_kernel_nofault and __put_user_nofault
Christoph Hellwig
2020-10-04
1
-0
/
+20
|
*
|
|
|
|
|
|
riscv: refactor __get_user and __put_user
Christoph Hellwig
2020-10-04
1
-42
/
+52
|
*
|
|
|
|
|
|
riscv: use memcpy based uaccess for nommu again
Christoph Hellwig
2020-10-04
3
-19
/
+20
|
*
|
|
|
|
|
|
Merge branch 'base.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Palmer Dabbelt
2020-10-04
37
-188
/
+138
|
|
\
\
\
\
\
\
\
*
|
\
\
\
\
\
\
\
Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-10-24
10
-21
/
+98
|
\
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
Merge tag 'qcom-arm64-defconfig-for-5.10' of https://git.kernel.org/pub/scm/l...
Olof Johansson
2020-10-03
1
-0
/
+16
|
|
\
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
|
arm64: defconfig: enable Qualcomm ASoC modules
Dmitry Baryshkov
2020-09-24
1
-0
/
+3
|
|
*
|
|
|
|
|
|
|
|
arm64: defconfig: qcom: enable GPU clock controller for SM8[12]50
Dmitry Baryshkov
2020-09-24
1
-0
/
+2
|
|
*
|
|
|
|
|
|
|
|
arm64: defconfig: enable INTERCONNECT for Qualcomm chipsets
Dmitry Baryshkov
2020-09-24
1
-0
/
+6
|
|
*
|
|
|
|
|
|
|
|
arm64: defconfig: Enable Qcom SNPS Femto PHY
Manivannan Sadhasivam
2020-09-18
1
-0
/
+1
|
|
*
|
|
|
|
|
|
|
|
arm64: defconfig: Enable Lontium LT9611 driver
Vinod Koul
2020-09-01
1
-0
/
+1
|
|
*
|
|
|
|
|
|
|
|
arm64: defcondfig: Enable USB ACM and FTDI drivers
Bjorn Andersson
2020-09-01
1
-0
/
+3
|
*
|
|
|
|
|
|
|
|
|
Merge tag 'imx-defconfig-5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Olof Johansson
2020-10-03
3
-1
/
+22
|
|
\
\
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
|
|
arm64: defconfig: enable the sl28cpld board management controller
Michael Walle
2020-09-22
1
-0
/
+6
|
|
*
|
|
|
|
|
|
|
|
|
arm64: defconfig: Enable the eLCDIF and Raydium RM67191 drivers
Fabio Estevam
2020-09-22
1
-0
/
+2
|
|
*
|
|
|
|
|
|
|
|
|
arm64: defconfig: Enable imx8mq-librem5-devkit display stack
Guido Günther
2020-08-24
1
-0
/
+4
|
|
*
|
|
|
|
|
|
|
|
|
arm64: defconfig: re-sync DRM related defconfig bits
Guido Günther
2020-08-24
1
-1
/
+1
|
|
*
|
|
|
|
|
|
|
|
|
ARM: imx_v6_v7_defconfig: Support i.MX8MN/P/Q
Peng Fan
2020-08-19
1
-0
/
+6
|
|
*
|
|
|
|
|
|
|
|
|
ARM: multi_v7_defconfig: Enable i.MX7ULP SoC
Dong Aisheng
2020-08-19
1
-0
/
+1
|
|
*
|
|
|
|
|
|
|
|
|
ARM: multi_v7_defconfig: Enable i.MX6SLL SoC
Dong Aisheng
2020-08-19
1
-0
/
+1
[next]