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
2020-07-29
mei: add device kind to sysfs
Alexander Usyskin
6
-10
/
+71
2020-07-29
MAINTAINERS: Fix maintainer entry for mei driver
Tomas Winkler
1
-1
/
+1
2020-07-29
seqlock: lockdep assert non-preemptibility on seqcount_t write
Ahmed S. Darwish
1
-6
/
+23
2020-07-29
lockdep: Add preemption enabled/disabled assertion APIs
Ahmed S. Darwish
2
-0
/
+20
2020-07-29
seqlock: Implement raw_seqcount_begin() in terms of raw_read_seqcount()
Ahmed S. Darwish
1
-4
/
+5
2020-07-29
seqlock: Add kernel-doc for seqcount_t and seqlock_t APIs
Ahmed S. Darwish
1
-76
/
+347
2020-07-29
seqlock: Reorder seqcount_t and seqlock_t API definitions
Ahmed S. Darwish
1
-80
/
+78
2020-07-29
seqlock: seqcount_t latch: End read sections with read_seqcount_retry()
Ahmed S. Darwish
1
-2
/
+2
2020-07-29
seqlock: Properly format kernel-doc code samples
Ahmed S. Darwish
1
-52
/
+56
2020-07-29
Documentation: locking: Describe seqlock design and usage
Ahmed S. Darwish
3
-43
/
+209
2020-07-29
Merge branch 'locking/header'
Peter Zijlstra
22
-42
/
+3
2020-07-29
locking/qspinlock: Do not include atomic.h from qspinlock_types.h
Herbert Xu
2
-8
/
+1
2020-07-29
locking/atomic: Move ATOMIC_INIT into linux/types.h
Herbert Xu
20
-34
/
+2
2020-07-29
arm, arm64: Fix selection of CONFIG_SCHED_THERMAL_PRESSURE
Valentin Schneider
3
-2
/
+2
2020-07-29
revert: 1320a4052ea1 ("audit: trigger accompanying records when no rules present")
Paul Moore
3
-9
/
+3
2020-07-29
Merge remote-tracking branch 'spi/for-5.9' into spi-next
Mark Brown
87
-1358
/
+2490
2020-07-29
Merge remote-tracking branch 'spi/for-5.8' into spi-linus
Mark Brown
1
-1
/
+13
2020-07-29
Merge series "Some bug fix for lpspi" from Clark Wang <xiaoning.wang@nxp.com>:
Mark Brown
1
-11
/
+14
2020-07-29
dt-bindings: lpspi: New property in document DT bindings for LPSPI
Clark Wang
1
-0
/
+7
2020-07-29
powerpc/kexec_file: Enable early kernel OPAL calls
Hari Bathini
2
-0
/
+36
2020-07-29
powerpc/kexec_file: Fix kexec load failure with lack of memory hole
Hari Bathini
1
-19
/
+14
2020-07-29
powerpc/kexec_file: Add appropriate regions for memory reserve map
Hari Bathini
1
-5
/
+53
2020-07-29
powerpc/kexec_file: Prepare elfcore header for crashing kernel
Hari Bathini
4
-0
/
+234
2020-07-29
powerpc/kexec_file: Setup backup region for kdump kernel
Hari Bathini
5
-7
/
+159
2020-07-29
powerpc/kexec_file: Restrict memory usage of kdump kernel
Hari Bathini
1
-1
/
+385
2020-07-29
powerpc/drmem: Make LMB walk a bit more flexible
Hari Bathini
4
-44
/
+78
2020-07-29
powerpc/kexec_file: Avoid stomping memory used by special regions
Hari Bathini
5
-4
/
+539
2020-07-29
powerpc/kexec_file: Add helper functions for getting memory ranges
Hari Bathini
3
-1
/
+247
2020-07-29
powerpc/kexec_file: Mark PPC64 specific code
Hari Bathini
7
-23
/
+105
2020-07-29
kexec_file: Allow archs to handle special regions while locating memory hole
Hari Bathini
2
-13
/
+32
2020-07-29
powerpc/configs: Add BLK_DEV_NVME to pseries_defconfig
Anton Blanchard
1
-0
/
+1
2020-07-29
powerpc/64s: Move HMI IRQ stat from percpu variable to paca.
Mahesh Salgaonkar
5
-6
/
+9
2020-07-29
powerpc/fsl/dts: add missing P4080DS I2C devices
David Lamparter
1
-2
/
+41
2020-07-29
ocxl: Address kernel doc errors & warnings
Alastair D'Silva
3
-74
/
+55
2020-07-29
ocxl: Remove unnecessary externs
Alastair D'Silva
2
-21
/
+19
2020-07-29
selftests/powerpc: Return skip code for spectre_v2
Thadeu Lima de Souza Cascardo
1
-0
/
+10
2020-07-29
powerpc/test_emulate_step: Add testcases for divde[.] and divdeu[.] instructions
Balamuruhan S
1
-0
/
+156
2020-07-29
powerpc/sstep: Add support for divde[.] and divdeu[.] instructions
Balamuruhan S
1
-1
/
+12
2020-07-29
powerpc/ppc-opcode: Add divde and divdeu opcodes
Balamuruhan S
1
-0
/
+6
2020-07-29
spi: lpspi: fix using CS discontinuously on i.MX8DXLEVK
Clark Wang
1
-3
/
+8
2020-07-29
spi: lpspi: remove unused fsl_lpspi->chipselect
Clark Wang
1
-2
/
+0
2020-07-29
spi: lpspi: Fix kernel warning dump when probe fail after calling spi_register
Clark Wang
1
-6
/
+6
2020-07-29
ASoC: tlv320adcx140: Add GPO configuration and drive output config
Dan Murphy
2
-5
/
+59
2020-07-29
dt-bindings: tlv320adcx140: Add GPO config and drive config
Dan Murphy
1
-0
/
+28
2020-07-29
selftests/powerpc: Fix CPU affinity for child process
Harish
1
-5
/
+16
2020-07-29
powerpc/powernv/sriov: Remove unused but set variable 'phb'
Wei Yongjun
1
-2
/
+0
2020-07-29
powerpc: use for_each_child_of_node() macro
Qinglang Miao
4
-9
/
+6
2020-07-29
RDMA/efa: Add EFA 0xefa1 PCI ID
Gal Pressman
1
-2
/
+4
2020-07-29
RDMA/efa: User/kernel compatibility handshake mechanism
Gal Pressman
2
-0
/
+50
2020-07-29
RDMA/efa: Expose minimum SQ size
Gal Pressman
5
-3
/
+7
[prev]
[next]