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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-11
USB: typec: tcpm: Add a 30ms room for tPSSourceOn in PR_SWAP
Kyle Tso
1
-0
/
+1
2020-12-11
ntp: Make the RTC sync offset less obscure
Thomas Gleixner
1
-6
/
+29
2020-12-11
ntp, rtc: Move rtc_set_ntp_time() to ntp code
Thomas Gleixner
1
-34
/
+0
2020-12-11
ntp: Make the RTC synchronization more reliable
Thomas Gleixner
1
-1
/
+0
2020-12-10
Merge tag 'fixes-v5.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Linus Torvalds
1
-1
/
+1
2020-12-10
Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-0
/
+4
2020-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
6
-5
/
+12
2020-12-10
fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
Hao Li
1
-2
/
+1
2020-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-2
/
+0
2020-12-10
ppp: add PPPIOCBRIDGECHAN and PPPIOCUNBRIDGECHAN ioctls
Tom Parkin
1
-0
/
+2
2020-12-10
vfio/type1: Add vfio_group_iommu_domain()
Lu Baolu
1
-0
/
+4
2020-12-10
mtd: rawnand: mxc: Remove platform data support
Fabio Estevam
1
-19
/
+0
2020-12-10
mtd: rawnand: fix a kernel-doc markup
Mauro Carvalho Chehab
1
-1
/
+2
2020-12-10
mtd: nand: Add helpers to manage ECC engines and configurations
Miquel Raynal
1
-0
/
+4
2020-12-10
mtd: nand: Let on-die ECC engines be retrieved from the NAND core
Miquel Raynal
1
-0
/
+1
2020-12-10
mtd: spinand: Instantiate a SPI-NAND on-die ECC engine
Miquel Raynal
1
-0
/
+9
2020-12-10
mtd: nand: Let software ECC engines be retrieved from the NAND core
Miquel Raynal
1
-0
/
+1
2020-12-10
mtd: nand: ecc-hamming: Create the software Hamming engine
Miquel Raynal
2
-4
/
+21
2020-12-10
mtd: nand: ecc-hamming: Let the software Hamming ECC engine be unselected
Miquel Raynal
1
-0
/
+36
2020-12-10
mtd: nand: ecc-hamming: Remove useless includes
Miquel Raynal
1
-1
/
+0
2020-12-10
mtd: nand: ecc-hamming: Stop using raw NAND structures
Miquel Raynal
2
-0
/
+22
2020-12-10
mtd: nand: ecc-hamming: Rename the exported functions
Miquel Raynal
2
-24
/
+19
2020-12-10
mtd: nand: ecc-hamming: Clarify the driver descriptions
Miquel Raynal
1
-1
/
+1
2020-12-10
mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layer
Miquel Raynal
2
-4
/
+4
2020-12-10
mtd: rawnand: Get rid of chip->ecc.priv
Miquel Raynal
1
-2
/
+0
2020-12-10
mtd: nand: ecc-bch: Create the software BCH engine
Miquel Raynal
2
-8
/
+17
2020-12-10
PCI: Unify ECAM constants in native PCI Express drivers
Krzysztof Wilczyński
1
-0
/
+27
2020-12-10
clk: qcom: rpmh: add support for SM8350 rpmh clocks
Vinod Koul
1
-0
/
+8
2020-12-10
remoteproc: coredump: Add minidump functionality
Siddharth Gupta
1
-0
/
+1
2020-12-10
remoteproc: core: Add ops to enable custom coredump functionality
Siddharth Gupta
1
-0
/
+2
2020-12-10
exec: Transform exec_update_mutex into a rw_semaphore
Eric W. Biederman
1
-5
/
+6
2020-12-10
RDMA/uverbs: Fix incorrect variable type
Avihai Horon
1
-0
/
+10
2020-12-10
file: Remove get_files_struct
Eric W. Biederman
1
-1
/
+0
2020-12-10
file: Rename __close_fd_get_file close_fd_get_file
Eric W. Biederman
1
-1
/
+1
2020-12-10
file: Replace ksys_close with close_fd
Eric W. Biederman
1
-12
/
+0
2020-12-10
file: Rename __close_fd to close_fd and remove the files parameter
Eric W. Biederman
2
-5
/
+4
2020-12-10
file: Merge __alloc_fd into alloc_fd
Eric W. Biederman
1
-2
/
+0
2020-12-10
file: Merge __fd_install into fd_install
Eric W. Biederman
1
-2
/
+0
2020-12-10
file: Implement task_lookup_next_fd_rcu
Eric W. Biederman
1
-0
/
+1
2020-12-10
file: Implement task_lookup_fd_rcu
Eric W. Biederman
1
-0
/
+2
2020-12-10
file: Rename fcheck lookup_fd_rcu
Eric W. Biederman
1
-4
/
+4
2020-12-10
file: Replace fcheck_files with files_lookup_fd_rcu
Eric W. Biederman
1
-4
/
+3
2020-12-10
file: Factor files_lookup_fd_locked out of fcheck_files
Eric W. Biederman
1
-0
/
+7
2020-12-10
file: Rename __fcheck_files to files_lookup_fd_raw
Eric W. Biederman
1
-2
/
+2
2020-12-10
exec: Remove reset_files_struct
Eric W. Biederman
1
-1
/
+0
2020-12-10
exec: Simplify unshare_files
Eric W. Biederman
1
-1
/
+1
2020-12-10
driver core: platform: Introduce platform_get_mem_or_io()
Andy Shevchenko
1
-0
/
+3
2020-12-10
siox: Make remove callback return void
Uwe Kleine-König
1
-1
/
+1
2020-12-10
Merge series "spi: spi-geni-qcom: Use gpio descriptors for CS" from Stephen Boyd <swboyd@chromium.org>:
Mark Brown
87
-2181
/
+648
2020-12-10
spmi: Add driver shutdown support
Hsin-Hsiung Wang
1
-0
/
+1
[prev]
[next]