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-06-29
powerpc/ptdump: Fix display of RW pages on FSL_BOOK3E
Christophe Leroy
1
-3
/
+3
2022-06-29
powerpc/64e: Rewrite p4d_populate() as a static inline function
Christophe Leroy
1
-1
/
+4
2022-06-29
powerpc: Remove _PAGE_SAO stub for book3e/64
Christophe Leroy
1
-2
/
+0
2022-06-29
powerpc/32: Remove __map_without_ltlbs
Christophe Leroy
2
-25
/
+7
2022-06-29
powerpc/32: Remove 'noltlbs' kernel parameter
Christophe Leroy
2
-12
/
+0
2022-06-29
powerpc/32: Remove the 'nobats' kernel parameter
Christophe Leroy
4
-21
/
+7
2022-06-29
powerpc: Restore CONFIG_DEBUG_INFO in defconfigs
Christophe Leroy
20
-20
/
+20
2022-06-29
powerpc/irq: Simplify __do_irq()
Christophe Leroy
1
-7
/
+4
2022-06-29
powerpc/irq: Perform stack_overflow detection after switching to IRQ stack
Christophe Leroy
1
-8
/
+7
2022-06-29
powerpc/irq: Make __do_irq() static
Christophe Leroy
2
-24
/
+23
2022-06-29
powerpc/irq: Increase stack_overflow detection limit when KASAN is enabled
Christophe Leroy
1
-2
/
+2
2022-06-29
powerpc/irq: remove inline assembly in hard_irq_disable macro
Christophe Leroy
1
-3
/
+1
2022-06-29
powerpc/irq: Replace #ifdefs by IS_ENABLED()
Christophe Leroy
2
-19
/
+16
2022-06-29
powerpc/irq: Don't open code irq_soft_mask helpers
Christophe Leroy
1
-36
/
+7
2022-06-29
powerpc/irq64: Remove get_irq_happened()
Christophe Leroy
1
-12
/
+2
2022-06-29
powerpc/irq: Split irq.c
Christophe Leroy
3
-422
/
+477
2022-06-29
powerpc: Don't include asm/ppc_asm.h in other headers
Christophe Leroy
4
-3
/
+2
2022-06-29
powerpc: Include asm/firmware.h in all users of firmware_has_feature()
Christophe Leroy
14
-0
/
+16
2022-06-28
Revert the ARM/dts changes for Renesas RZ/N1
Jakub Kicinski
2
-225
/
+0
2022-06-28
arm64: dts: qcom: sdm660: move SDHC2 card detect pinconf to board files
Dmitry Baryshkov
3
-12
/
+32
2022-06-28
arm64: dts: qcom: sdm636-sony-xperia-ganges-mermaid: correct sdc2 pinconf
Dmitry Baryshkov
1
-1
/
+1
2022-06-28
arm64: dts: qcom: sdm630: fix gpu's interconnect path
Dmitry Baryshkov
1
-1
/
+2
2022-06-28
arm64: dts: qcom: sdm630: add second (HS) USB host support
Dmitry Baryshkov
1
-0
/
+55
2022-06-28
arm64: dts: qcom: sdm630: rename qusb2phy to qusb2phy0
Dmitry Baryshkov
3
-4
/
+4
2022-06-28
arm64: dts: qcom: sdm630: fix the qusb2phy ref clock
Dmitry Baryshkov
1
-1
/
+1
2022-06-28
arm64: dts: qcom: sdm630: disable GPU by default
Dmitry Baryshkov
1
-0
/
+2
2022-06-28
arm64: dts: qcom: sdm660: disable dsi1/dsi1_phy by default
Dmitry Baryshkov
1
-0
/
+3
2022-06-28
arm64: dts: qcom: sdm630: disable dsi0/dsi0_phy by default
Dmitry Baryshkov
1
-0
/
+3
2022-06-28
arm64: dts: qcom: correct interrupt controller on PM8916 and PMS405
Krzysztof Kozlowski
2
-16
/
+4
2022-06-28
arm64: dts: qcom: add missing gpio-ranges in PMIC GPIOs
Krzysztof Kozlowski
10
-0
/
+10
2022-06-28
treewide: uapi: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
5
-13
/
+13
2022-06-28
efi: Simplify arch_efi_call_virt() macro
Sudeep Holla
5
-30
/
+5
2022-06-28
arm64: vdso*: place got/plt sections in .rodata
Joey Gouly
2
-20
/
+15
2022-06-28
arm64: vdso32: add ARM.exidx* sections
Joey Gouly
1
-0
/
+1
2022-06-28
powerpc/perf: Optimize clearing the pending PMI and remove WARN_ON for PMI check in power_pmu_disable
Athira Rajeev
1
-20
/
+15
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
3
-6
/
+6
2022-06-28
arch/*/: remove CONFIG_VIRT_TO_BUS
Arnd Bergmann
21
-53
/
+10
2022-06-28
arm64: extable: cleanup redundant extable type EX_TYPE_FIXUP
Tong Tiangen
2
-28
/
+4
2022-06-28
arm64: extable: move _cond_extable to _cond_uaccess_extable
Tong Tiangen
2
-5
/
+5
2022-06-28
arm64: extable: make uaaccess helper use extable type EX_TYPE_UACCESS_ERR_ZERO
Tong Tiangen
2
-6
/
+14
2022-06-28
arm64: asm-extable: add asm uacess helpers
Mark Rutland
1
-4
/
+27
2022-06-28
arm64: asm-extable: move data fields
Mark Rutland
1
-10
/
+12
2022-06-28
arm64: extable: add new extable type EX_TYPE_KACCESS_ERR_ZERO support
Tong Tiangen
3
-48
/
+62
2022-06-28
x86/mce: Check whether writes to MCA_STATUS are getting ignored
Smita Koralahalli
2
-1
/
+48
2022-06-28
ARM: at91: pm: Mark at91_pm_secure_init as __init
Fabio Estevam
1
-1
/
+1
2022-06-28
ARM: dts: at91: sama5d2_icp: fix eeprom compatibles
Eugen Hristev
1
-3
/
+3
2022-06-28
ARM: dts: at91: sam9x60ek: fix eeprom compatible and size
Eugen Hristev
1
-2
/
+1
2022-06-28
ARM: at91: pm: use proper compatibles for sama7g5's rtc and rtt
Claudiu Beznea
1
-2
/
+2
2022-06-28
ARM: at91: pm: use proper compatibles for sam9x60's rtc and rtt
Claudiu Beznea
1
-2
/
+2
2022-06-28
ARM: at91: pm: use proper compatible for sama5d2's rtc
Claudiu Beznea
1
-1
/
+1
[prev]
[next]