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
2021-08-21
brcmfmac: add 43752 SDIO ids and initialization
Angus Ainslie
1
-0
/
+1
2021-08-21
PCI: Sync __pci_register_driver() stub for CONFIG_PCI=n
Andy Shevchenko
1
-2
/
+3
2021-08-21
dt-bindings: timer: Add ABIs for new Ingenic SoCs
周琰杰 (Zhou Yanjie)
1
-0
/
+19
2021-08-20
PCI: Optimize pci_resource_len() to reduce kernel size
Zhen Lei
1
-3
/
+1
2021-08-20
PCI: Make saved capability state private to core
Bjorn Helgaas
1
-18
/
+0
2021-08-20
PCI: Correct the pci_iomap.h header guard #endif comment
Jonathan Cameron
1
-1
/
+1
2021-08-20
PCI/VPD: Add pci_vpd_check_csum()
Heiner Kallweit
1
-0
/
+9
2021-08-20
PCI/VPD: Add pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-0
/
+13
2021-08-20
PCI/VPD: Add pci_vpd_alloc()
Heiner Kallweit
1
-0
/
+9
2021-08-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-18
/
+22
2021-08-20
KVM: stats: Add halt polling related histogram stats
Jing Zhang
2
-1
/
+12
2021-08-20
KVM: stats: Add halt_wait_ns stats for all architectures
Jing Zhang
2
-1
/
+3
2021-08-20
KVM: stats: Support linear and logarithmic histogram statistics
Jing Zhang
2
-19
/
+82
2021-08-20
KVM: x86/mmu: bump mmu notifier count in kvm_zap_gfn_range
Maxim Levitsky
1
-0
/
+5
2021-08-20
kfence: fix is_kfence_address() for addresses below KFENCE_POOL_SIZE
Marco Elver
1
-3
/
+4
2021-08-20
mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim
Johannes Weiner
1
-14
/
+15
2021-08-20
mmflags.h: add missing __GFP_ZEROTAGS and __GFP_SKIP_KASAN_POISON names
Mike Rapoport
1
-1
/
+3
2021-08-20
tracing: Add a probe that attaches to trace events
Tzvetomir Stoyanov (VMware)
1
-0
/
+4
2021-08-20
SUNRPC: Move client-side disconnect injection
Chuck Lever
1
-18
/
+0
2021-08-20
Merge tag 'mac80211-next-for-net-next-2021-08-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
Jakub Kicinski
5
-0
/
+246
2021-08-20
Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d' and 'core' into next
Joerg Roedel
5
-24
/
+127
2021-08-20
iommu/io-pgtable: Abstract iommu_iotlb_gather access
Robin Murphy
1
-0
/
+10
2021-08-20
net: bridge: vlan: convert mcast router global option to per-vlan entry
Nikolay Aleksandrov
1
-1
/
+1
2021-08-20
net: mscc: ocelot: transmit the VLAN filtering restrictions via extack
Vladimir Oltean
1
-1
/
+2
2021-08-20
net: mscc: ocelot: transmit the "native VLAN" error via extack
Vladimir Oltean
1
-1
/
+1
2021-08-20
Merge tag 'mlx5-updates-2021-08-19' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
David S. Miller
1
-1
/
+2
2021-08-20
Merge branch kvm-arm64/generic-entry into kvmarm-master/next
Marc Zyngier
1
-1
/
+5
2021-08-20
Merge tag 'for-net-next-2021-08-19' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
David S. Miller
1
-2
/
+19
2021-08-20
ARM: 9117/1: asm-generic: div64: Remove always-true __div64_const32_is_OK()
Geert Uytterhoeven
1
-10
/
+4
2021-08-20
ARM: 9114/1: oabi-compat: rework sys_semtimedop emulation
Arnd Bergmann
1
-0
/
+3
2021-08-20
ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulation
Arnd Bergmann
1
-0
/
+18
2021-08-20
Merge branch 'sched/core'
Peter Zijlstra
5
-22
/
+41
2021-08-20
sched: Introduce dl_task_check_affinity() to check proposed affinity
Will Deacon
1
-0
/
+6
2021-08-20
sched: Allow task CPU affinity to be restricted on asymmetric systems
Will Deacon
1
-0
/
+2
2021-08-20
sched: Introduce task_struct::user_cpus_ptr to track requested affinity
Will Deacon
1
-0
/
+13
2021-08-20
cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()
Will Deacon
1
-2
/
+3
2021-08-20
cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()
Will Deacon
1
-1
/
+1
2021-08-20
cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1
Will Deacon
1
-0
/
+1
2021-08-20
sched: Introduce task_cpu_possible_mask() to limit fallback rq selection
Will Deacon
1
-0
/
+14
2021-08-19
net/mlx5: E-switch, Introduce rate limiting groups API
Dmytro Linkin
1
-1
/
+2
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-12
/
+31
2021-08-20
bpf: Use kvmalloc for map keys in syscalls
Stanislav Fomichev
1
-2
/
+10
2021-08-19
Merge tag 'net-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-7
/
+5
2021-08-19
i2c: virtio: add a virtio i2c frontend driver
Jie Deng
2
-0
/
+42
2021-08-19
Merge tag 'linux-can-next-for-5.15-20210819' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
Jakub Kicinski
1
-0
/
+8
2021-08-19
RDMA/core/sa_query: Remove unused function
Håkon Bugge
1
-24
/
+0
2021-08-19
Revert "flow_offload: action should not be NULL when it is referenced"
Ido Schimmel
1
-7
/
+5
2021-08-19
PCI: endpoint: Add virtual function number in pci_epc ops
Kishon Vijay Abraham I
1
-26
/
+31
2021-08-19
PCI: endpoint: Add support to add virtual function in endpoint core
Kishon Vijay Abraham I
1
-1
/
+15
2021-08-19
can: dev: provide optional GPIO based termination support
Oleksij Rempel
1
-0
/
+8
[prev]
[next]