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-04-13
vfio/pci: Fix vf_token mechanism when device-specific VF drivers are used
Jason Gunthorpe
1
-0
/
+2
2022-04-13
Merge branch 'kvm-older-features' into HEAD
Paolo Bonzini
1
-1
/
+2
2022-04-13
efi: Add missing prototype for efi_capsule_setup_info
Jan Kiszka
1
-0
/
+2
2022-04-13
efi: Save location of EFI confidential computing area
Dov Murik
1
-0
/
+10
2022-04-13
PM: sleep: enable dynamic debug support within pm_pr_dbg()
David Cohen
1
-5
/
+39
2022-04-13
PM: EM: Change the order of arguments in the .active_power() callback
Lukasz Luba
1
-3
/
+3
2022-04-13
PM: EM: Add artificial EM flag
Pierre Gondois
1
-0
/
+5
2022-04-13
PM: EM: Add .get_cost() callback
Lukasz Luba
1
-1
/
+23
2022-04-13
dma-buf-map: remove renamed header file
Karol Herbst
1
-266
/
+0
2022-04-13
net: icmp: introduce function icmpv6_param_prob_reason()
Menglong Dong
1
-2
/
+9
2022-04-13
net: ip: add skb drop reasons to ip forwarding
Menglong Dong
1
-0
/
+3
2022-04-13
net: ipv4: add skb drop reasons to ip_error()
Menglong Dong
1
-0
/
+6
2022-04-13
skb: add some helpers for skb drop reasons
Menglong Dong
1
-0
/
+12
2022-04-13
random: make random_get_entropy() return an unsigned long
Jason A. Donenfeld
1
-1
/
+1
2022-04-13
net: add ndo_fdb_del_bulk
Nikolay Aleksandrov
1
-0
/
+9
2022-04-13
net: phylink: remove phylink_helper_basex_speed()
Russell King (Oracle)
1
-6
/
+0
2022-04-13
Merge branch 'topic/cs35l41' into for-next
Takashi Iwai
394
-3993
/
+7846
2022-04-12
Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-0
/
+1
2022-04-12
Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
3
-68
/
+13
2022-04-11
Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Jakub Kicinski
4
-234
/
+17
2022-04-11
block: move lower_48_bits() to block
Keith Busch
2
-9
/
+9
2022-04-12
ata: libata-core: fix parameter type in ata_xfer_mode2shift()
Sergey Shtylyov
1
-1
/
+1
2022-04-11
rcutorture: Call preempt_schedule() through static call/key
Frederic Weisbecker
1
-1
/
+1
2022-04-11
rcu-tasks: Make Tasks RCU account for userspace execution
Paul E. McKenney
1
-0
/
+1
2022-04-11
srcu: Add contention-triggered addition of srcu_node tree
Paul E. McKenney
1
-0
/
+2
2022-04-11
srcu: Prevent cleanup_srcu_struct() from freeing non-dynamic ->sda
Paul E. McKenney
1
-0
/
+1
2022-04-11
srcu: Use export for srcu_struct defined by DEFINE_STATIC_SRCU()
Alexander Aring
1
-0
/
+1
2022-04-11
srcu: Dynamically allocate srcu_node array
Paul E. McKenney
1
-1
/
+1
2022-04-11
srcu: Make Tree SRCU able to operate without snp_node array
Paul E. McKenney
1
-1
/
+13
2022-04-11
srcu: Fix s/is/if/ typo in srcu_node comment
Paul E. McKenney
1
-5
/
+3
2022-04-11
dmaengine: Remove a useless mutex
Christophe JAILLET
1
-1
/
+0
2022-04-11
tty: goldfish: Introduce gf_ioread32()/gf_iowrite32()
Laurent Vivier
1
-4
/
+11
2022-04-11
net: icmp: add skb drop reasons to icmp protocol
Menglong Dong
1
-0
/
+5
2022-04-11
net: skb: rename SKB_DROP_REASON_PTYPE_ABSENT
Menglong Dong
1
-5
/
+3
2022-04-11
libata: Improve ATA queued command allocation
John Garry
1
-1
/
+0
2022-04-10
Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-1
/
+0
2022-04-10
Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-23
/
+31
2022-04-10
iio: core: Simplify the registration of kfifo buffers
Miquel Raynal
1
-3
/
+2
2022-04-10
iio: core: Move the currentmode entry to the opaque structure
Miquel Raynal
2
-4
/
+4
2022-04-10
iio: core: Hide read accesses to iio_dev->currentmode
Miquel Raynal
1
-0
/
+1
2022-04-10
iio: Un-inline iio_buffer_enabled()
Miquel Raynal
1
-10
/
+1
2022-04-10
iio: st_sensors: Add a local lock for protecting odr
Miquel Raynal
1
-0
/
+3
2022-04-10
iio: core: Enhance the kernel doc of modes and currentmodes iio_dev entries
Miquel Raynal
1
-2
/
+9
2022-04-10
timers: Move timer sysctl into the timer code
tangmeng
1
-8
/
+0
2022-04-09
Merge tag 'gpio-fixes-for-v5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
1
-0
/
+9
2022-04-09
net/mlx5: Remove not-implemented IPsec capabilities
Leon Romanovsky
1
-7
/
+4
2022-04-09
net/mlx5: Remove ipsec_ops function table
Leon Romanovsky
1
-3
/
+0
2022-04-09
net/mlx5: Remove not-needed IPsec config
Leon Romanovsky
2
-3
/
+3
2022-04-09
net/mlx5: Unify device IPsec capabilities check
Leon Romanovsky
1
-2
/
+5
2022-04-09
RDMA/mlx5: Drop crypto flow steering API
Leon Romanovsky
1
-8
/
+5
[prev]
[next]