| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-01-24 | Merge tag 'driver-core-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core |  Linus Torvalds | 1 | -0/+12 |
| 2021-01-24 | Merge tag 'sched_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+3 |
| 2021-01-24 | Merge tag 'timers_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -15/+0 |
| 2021-01-24 | fs: introduce MOUNT_ATTR_IDMAP |  Christian Brauner | 1 | -1/+2 |
| 2021-01-24 | fs: add mount_setattr() |  Christian Brauner | 1 | -0/+4 |
| 2021-01-24 | ima: handle idmapped mounts |  Christian Brauner | 1 | -6/+12 |
| 2021-01-24 | fs: make helpers idmap mount aware |  Christian Brauner | 3 | -18/+31 |
| 2021-01-24 | open: handle idmapped mounts in do_truncate() |  Christian Brauner | 1 | -2/+2 |
| 2021-01-24 | namei: prepare for idmapped mounts |  Christian Brauner | 1 | -11/+21 |
| 2021-01-24 | namei: introduce struct renamedata |  Christian Brauner | 1 | -1/+11 |
| 2021-01-24 | namei: handle idmapped mounts in may_*() helpers |  Christian Brauner | 1 | -5/+9 |
| 2021-01-24 | stat: handle idmapped mounts |  Christian Brauner | 1 | -1/+1 |
| 2021-01-24 | commoncap: handle idmapped mounts |  Christian Brauner | 4 | -27/+47 |
| 2021-01-24 | xattr: handle idmapped mounts |  Tycho Andersen | 1 | -9/+18 |
| 2021-01-24 | acl: handle idmapped mounts |  Christian Brauner | 4 | -10/+19 |
| 2021-01-24 | attr: handle idmapped mounts |  Christian Brauner | 1 | -3/+5 |
| 2021-01-24 | inode: make init and permission helpers idmapped mount aware |  Christian Brauner | 1 | -4/+4 |
| 2021-01-24 | namei: make permission helpers idmapped mount aware |  Christian Brauner | 2 | -6/+11 |
| 2021-01-24 | capability: handle idmapped mounts |  Christian Brauner | 1 | -2/+5 |
| 2021-01-24 | fs: add file and path permissions helpers |  Christian Brauner | 1 | -0/+8 |
| 2021-01-24 | fs: add id translation helpers |  Christian Brauner | 1 | -0/+47 |
| 2021-01-24 | mount: attach mappings to mounts |  Christian Brauner | 2 | -0/+12 |
| 2021-01-23 | net: introduce a netdev feature for UDP GRO forwarding |  Alexander Lobakin | 1 | -1/+3 |
| 2021-01-23 | iomap: add a IOMAP_DIO_OVERWRITE_ONLY flag |  Christoph Hellwig | 1 | -0/+8 |
| 2021-01-23 | iomap: pass a flags argument to iomap_dio_rw |  Christoph Hellwig | 1 | -2/+8 |
| 2021-01-23 | rtc: remove sirfsoc driver |  Arnd Bergmann | 1 | -21/+0 |
| 2021-01-22 | net/mlx5e: Support HTB offload |  Maxim Mikityanskiy | 1 | -3/+10 |
| 2021-01-22 | sch_htb: Hierarchical QoS hardware offload |  Maxim Mikityanskiy | 1 | -0/+1 |
| 2021-01-22 | tcp: add TTL to SCM_TIMESTAMPING_OPT_STATS |  Yousuk Seung | 2 | -2/+3 |
| 2021-01-22 | Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a', 'mmdumpobj.2021.01.22a', 'nocb.2021.01.06a', 'rt.2021.01.04a', 'stall.2021.01.06a', 'torture.2021.01.12a' and 'tortureall.2021.01.06a' into HEAD |  Paul E. McKenney | 10 | -27/+192 |
| 2021-01-22 | mm: Make mem_dump_obj() handle vmalloc() memory |  Paul E. McKenney | 1 | -0/+6 |
| 2021-01-22 | mm: Add mem_dump_obj() to print source of memory block |  Paul E. McKenney | 2 | -0/+4 |
| 2021-01-22 | net/mlx5: SF, Add port add delete functionality |  Parav Pandit | 1 | -0/+6 |
| 2021-01-22 | net/mlx5: SF, Add auxiliary device driver |  Parav Pandit | 1 | -1/+3 |
| 2021-01-22 | net/mlx5: SF, Add auxiliary device support |  Parav Pandit | 1 | -0/+2 |
| 2021-01-22 | net/mlx5: Introduce vhca state event notifier |  Parav Pandit | 1 | -0/+4 |
| 2021-01-22 | PM: domains: use device's next wakeup to determine domain idle state |  Lina Iyer | 1 | -0/+6 |
| 2021-01-22 | PM: domains: inform PM domain of a device's next wakeup |  Lina Iyer | 1 | -0/+6 |
| 2021-01-22 | kthread: Extract KTHREAD_IS_PER_CPU |  Peter Zijlstra | 1 | -0/+3 |
| 2021-01-22 | dma-fence: allow signaling drivers to set fence timestamp |  Veera Sundaram Sankaran | 1 | -0/+3 |
| 2021-01-22 | lockdep: report broken irq restoration |  Mark Rutland | 1 | -0/+12 |
| 2021-01-22 | jump_label: Do not profile branch annotations |  Steven Rostedt (VMware) | 2 | -6/+8 |
| 2021-01-22 | Merge tag 'iio-for-5.12a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next |  Greg Kroah-Hartman | 4 | -0/+240 |
| 2021-01-22 | Merge branch 'ib-iio-thermal-5.11-rc1' into togreg |  Jonathan Cameron | 3 | -0/+226 |
| 2021-01-22 | HID: hid-sensor-custom: Add custom sensor iio support |  Ye Xiang | 1 | -0/+14 |
| 2021-01-22 | dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead of fd |  John Stultz | 1 | -6/+6 |
| 2021-01-22 | crypto - shash: reduce minimum alignment of shash_desc structure |  Ard Biesheuvel | 1 | -3/+6 |
| 2021-01-21 | w1: fix a kernel-doc markup |  Mauro Carvalho Chehab | 1 | -1/+1 |
| 2021-01-21 | memblock: fix kernel-doc markups |  Mauro Carvalho Chehab | 1 | -2/+2 |
| 2021-01-21 | connector: fix a kernel-doc markup |  Mauro Carvalho Chehab | 1 | -1/+1 |