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
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-11
net: phy: mchp: Add support for LAN8814 QUAD PHY
Divya Koppera
1
-0
/
+1
2020-09-11
net: dsa: tag_8021q: add a context structure
Vladimir Oltean
1
-19
/
+27
2020-09-11
net: dsa: tag_8021q: setup tagging via a single function call
Vladimir Oltean
1
-4
/
+2
2020-09-11
net: dsa: tag_8021q: include missing refcount.h
Vladimir Oltean
1
-0
/
+1
2020-09-11
block: introduce part_[begin|end]_io_acct
Song Liu
1
-0
/
+5
2020-09-11
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
1
-0
/
+15
2020-09-11
iio: iio.h: fix a warning at the kernel-doc markup
Mauro Carvalho Chehab
1
-1
/
+1
2020-09-11
Merge branch 'kvm-arm64/pt-new' into kvmarm-master/next
Marc Zyngier
36
-161
/
+242
2020-09-11
Merge branch 'powercap'
Rafael J. Wysocki
1
-6
/
+5
2020-09-11
qede: Notify qedr when mtu has changed
Michal Kalderon
1
-1
/
+3
2020-09-11
RDMA/qedr: Remove fbo and zbva from the MR
Jason Gunthorpe
1
-2
/
+0
2020-09-11
Merge tag 'v5.9-rc4' into next
Vinod Koul
36
-161
/
+242
2020-09-11
dma-direct: rename and cleanup __phys_to_dma
Christoph Hellwig
1
-12
/
+16
2020-09-11
dma-direct: remove __dma_to_phys
Christoph Hellwig
1
-9
/
+5
2020-09-11
dma-direct: remove dma_direct_{alloc,free}_pages
Christoph Hellwig
1
-4
/
+0
2020-09-11
dma-mapping: add (back) arch_dma_mark_clean for ia64
Christoph Hellwig
2
-0
/
+11
2020-09-11
include: pe.h: Add RISC-V related PE definition
Atish Patra
1
-0
/
+3
2020-09-11
SUNRPC: remove RC4-HMAC-MD5 support from KerberosV
Ard Biesheuvel
2
-17
/
+3
2020-09-10
bpf: Plug hole in struct bpf_sk_lookup_kern
Lorenz Bauer
1
-2
/
+2
2020-09-10
f2fs: Use generic casefolding support
Daniel Rosenberg
1
-3
/
+0
2020-09-10
fs: Add standard casefolding support
Daniel Rosenberg
1
-0
/
+16
2020-09-10
unicode: Add utf8_casefold_hash
Daniel Rosenberg
1
-0
/
+3
2020-09-10
net: Fix broken NETIF_F_CSUM_MASK spell in netdev_features.h
Miaohe Lin
1
-1
/
+1
2020-09-10
tcp: record received TOS value in the request socket
Wei Wang
1
-0
/
+1
2020-09-10
net: manage napi add/del idempotence explicitly
Jakub Kicinski
1
-2
/
+2
2020-09-10
net: remove napi_hash_del() from driver-facing API
Jakub Kicinski
1
-16
/
+16
2020-09-10
powercap: make documentation reflect code
Amit Kucheria
1
-6
/
+5
2020-09-10
PM: <linux/device.h>: fix @em_pd kernel-doc warning
Randy Dunlap
1
-0
/
+1
2020-09-10
soc: qcom-geni-se: Don't use relaxed writes when writing commands
Douglas Anderson
1
-2
/
+2
2020-09-10
test_firmware: Test platform fw loading on non-EFI systems
Kees Cook
1
-4
/
+2
2020-09-10
objtool: Make unwind hint definitions available to other architectures
Julien Thierry
1
-0
/
+88
2020-09-10
objtool: Only include valid definitions depending on source file type
Julien Thierry
1
-0
/
+6
2020-09-10
objtool: Rename frame.h -> objtool.h
Julien Thierry
1
-3
/
+3
2020-09-10
block: remove check_disk_change
Christoph Hellwig
1
-1
/
+0
2020-09-10
ide-gd: stop using the disk events mechanism
Christoph Hellwig
1
-2
/
+0
2020-09-10
block: add a bdev_check_media_change helper
Christoph Hellwig
1
-1
/
+1
2020-09-10
swiotlb: Declare swiotlb_late_init_with_default_size() in header
Andy Shevchenko
1
-0
/
+1
2020-09-10
dax: Create a range version of dax_layout_busy_page()
Vivek Goyal
1
-0
/
+6
2020-09-10
Merge branch 'virtio-shm' into for-next
Miklos Szeredi
1
-0
/
+17
2020-09-10
perf/core: Pull pmu::sched_task() into perf_event_context_sched_out()
Kan Liang
1
-1
/
+0
2020-09-10
seqlock: PREEMPT_RT: Do not starve seqlock_t writers
Ahmed S. Darwish
1
-11
/
+21
2020-09-10
seqlock: seqcount_LOCKNAME_t: Introduce PREEMPT_RT support
Ahmed S. Darwish
1
-10
/
+51
2020-09-10
seqlock: seqcount_t: Implement all read APIs as statement expressions
Ahmed S. Darwish
1
-49
/
+45
2020-09-10
seqlock: Use unique prefix for seqcount_t property accessors
Ahmed S. Darwish
1
-9
/
+11
2020-09-10
seqlock: seqcount_LOCKNAME_t: Standardize naming convention
Ahmed S. Darwish
1
-39
/
+40
2020-09-10
seqlock: seqcount latch APIs: Only allow seqcount_latch_t
Ahmed S. Darwish
1
-21
/
+15
2020-09-10
rbtree_latch: Use seqcount_latch_t
Ahmed S. Darwish
1
-3
/
+3
2020-09-10
seqlock: Introduce seqcount_latch_t
Ahmed S. Darwish
1
-31
/
+73
2020-09-10
virtio: Add get_shm_region method
Sebastien Boeuf
1
-0
/
+17
2020-09-10
soundwire: bus: use quirk to filter out invalid parity errors
Pierre-Louis Bossart
1
-0
/
+4
[prev]
[next]