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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-24
dma-mapping: Add dma_release_coherent_memory to DMA API
Mark-PK Tsai
1
-0
/
+3
2022-06-24
lib: bitmap: fix the duplicated comments on bitmap_to_arr64()
Qu Wenruo
1
-1
/
+1
2022-06-24
ipmr: adopt rcu_read_lock() in mr_dump()
Eric Dumazet
1
-2
/
+2
2022-06-24
ipmr: add rcu protection over (struct vif_device)->dev
Eric Dumazet
1
-4
/
+7
2022-06-24
KVM: Allow for different capacities in kvm_mmu_memory_cache structs
David Matlack
2
-1
/
+6
2022-06-24
locking/lockdep: Fix lockdep_init_map_*() confusion
Peter Zijlstra
1
-13
/
+17
2022-06-24
jump_label: make initial NOP patching the special case
Ard Biesheuvel
1
-2
/
+0
2022-06-24
jump_label: mips: move module NOP patching into arch code
Ard Biesheuvel
1
-6
/
+1
2022-06-24
virtio: disable notification hardening by default
Jason Wang
1
-0
/
+2
2022-06-24
fpga: fpga-mgr: support bitstream offset in image buffer
Ivan Bornyakov
1
-2
/
+22
2022-06-23
memregion: Fix memregion_free() fallback definition
Dan Williams
1
-1
/
+1
2022-06-23
gpio: Fix kernel-doc comments to nested union
Akira Yokosawa
1
-13
/
+16
2022-06-23
dmaengine: dw-edma: Add support for chip-specific flags
Frank Li
1
-0
/
+10
2022-06-23
dmaengine: dw-edma: Rename wr(rd)_ch_cnt to ll_wr(rd)_cnt in struct dw_edma_chip
Frank Li
1
-4
/
+4
2022-06-23
dmaengine: dw-edma: Change rg_region to reg_base in struct dw_edma_chip
Frank Li
1
-1
/
+2
2022-06-23
dmaengine: dw-edma: Detach the private data and chip info structures
Frank Li
1
-1
/
+47
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-346
/
+16
2022-06-23
Merge branch 'rework/kthreads' into for-linus
Petr Mladek
2
-33
/
+0
2022-06-23
Revert "printk: add functions to prefer direct printing"
Petr Mladek
1
-11
/
+0
2022-06-23
Revert "printk: add kthread console printers"
Petr Mladek
1
-2
/
+0
2022-06-23
Revert "printk: extend console_lock for per-console locking"
Petr Mladek
1
-15
/
+0
2022-06-23
Revert "printk: Wait for the global console lock when the system is going down"
Petr Mladek
1
-5
/
+0
2022-06-23
nvme: fix the CRIMS and CRWMS definitions to match the spec
Joel Granados
1
-2
/
+2
2022-06-22
clk: Remove never used devm_clk_*unregister()
Andy Shevchenko
1
-2
/
+0
2022-06-22
pwm: Drop unused forward declaration from pwm.h
Uwe Kleine-König
1
-2
/
+0
2022-06-22
pwm: Reorder header file to get rid of struct pwm_capture forward declaration
Uwe Kleine-König
1
-11
/
+10
2022-06-22
pwm: Drop support for legacy drivers
Uwe Kleine-König
1
-12
/
+0
2022-06-22
swiotlb: remove the unused swiotlb_force declaration
Dongli Zhang
1
-1
/
+0
2022-06-22
platform/surface: aggregator: Reserve more event- and target-categories
Maximilian Luz
1
-35
/
+40
2022-06-21
context_tracking: Rename __context_tracking_enter/exit() to __ct_user_enter/exit()
Frederic Weisbecker
1
-6
/
+6
2022-06-21
rcu-tasks: Eliminate RCU Tasks Trace IPIs to online CPUs
Paul E. McKenney
1
-0
/
+1
2022-06-21
devcoredump: remove the useless gfp_t parameter in dev_coredumpv and dev_coredumpm
Duoming Zhou
1
-7
/
+6
2022-06-21
bpf, x64: Add predicate for bpf2bpf with tailcalls support in JIT
Tony Ambardar
1
-0
/
+1
2022-06-21
usb: typec: mux: Add CONFIG guards for functions
Prashant Malani
1
-6
/
+38
2022-06-21
net: warn if mac header was not set
Eric Dumazet
1
-5
/
+7
2022-06-20
bpf: Inline calls to bpf_loop when callback is known
Eduard Zingerman
2
-0
/
+15
2022-06-20
context_tracking: Remove unused context_tracking_in_user()
Frederic Weisbecker
1
-5
/
+0
2022-06-20
rcu-tasks: Track blocked RCU Tasks Trace readers
Paul E. McKenney
2
-3
/
+10
2022-06-20
rcu-tasks: Add data structures for lightweight grace periods
Paul E. McKenney
1
-0
/
+2
2022-06-20
rcu-tasks: Merge state into .b.need_qs and atomically update
Paul E. McKenney
2
-8
/
+11
2022-06-20
rcu: Provide a get_completed_synchronize_rcu() function
Paul E. McKenney
1
-0
/
+1
2022-06-20
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
335
-2968
/
+7786
2022-06-20
net: Introduce a new proto_ops ->read_skb()
Cong Wang
1
-0
/
+4
2022-06-20
wifi: ieee80211: add definitions for multi-link element
Johannes Berg
1
-0
/
+222
2022-06-20
wifi: cfg80211: do some rework towards MLO link APIs
Johannes Berg
1
-0
/
+3
2022-06-20
KVM: Rename/refactor kvm_is_reserved_pfn() to kvm_pfn_to_refcounted_page()
Sean Christopherson
1
-1
/
+1
2022-06-20
KVM: Take a 'struct page', not a pfn in kvm_is_zone_device_page()
Sean Christopherson
1
-1
/
+1
2022-06-20
KVM: Remove kvm_vcpu_gfn_to_page() and kvm_vcpu_gpa_to_page()
Sean Christopherson
1
-7
/
+0
2022-06-20
KVM: Avoid pfn_to_page() and vice versa when releasing pages
Sean Christopherson
1
-1
/
+0
2022-06-20
Merge v5.19-rc3 into usb-next
Greg Kroah-Hartman
20
-407
/
+145
[prev]
[next]