Age | Commit message (Expand) | Author | Files | Lines |
2024-01-12 | fbdev/stifb: Allocate fb_info instance with framebuffer_alloc() |  Thomas Zimmermann | 1 | -50/+56 |
2024-01-12 | video/sticore: Store ROM device in STI struct |  Thomas Zimmermann | 2 | -0/+9 |
2024-01-12 | fbdev: flush deferred IO before closing |  Nam Cao | 1 | -1/+1 |
2024-01-12 | fbdev: flush deferred work in fb_deferred_io_fsync() |  Nam Cao | 1 | -5/+1 |
2024-01-12 | fbdev: amba-clcd: Delete the old CLCD driver |  Linus Walleij | 6 | -1385/+0 |
2024-01-12 | fbdev: Remove support for Carillo Ranch driver |  Matthew Wilcox (Oracle) | 9 | -1907/+0 |
2024-01-11 | fbdev: hgafb: fix kernel-doc comments |  Randy Dunlap | 1 | -2/+11 |
2024-01-11 | fbdev: mmp: Fix typo and wording in code comment |  Dario Binacchi | 1 | -1/+1 |
2024-01-11 | fbdev: fsl-diu-fb: Fix sparse warning due to virt_to_phys() prototype change |  Stanislav Kinsburskii | 1 | -1/+1 |
2024-01-11 | fbdev: imxfb: add '*/' on a separate line in block comment |  Dario Binacchi | 1 | -2/+4 |
2024-01-11 | fbdev: imxfb: use __func__ for function name |  Dario Binacchi | 1 | -1/+1 |
2024-01-11 | fbdev: imxfb: Fix style warnings relating to printk() |  Dario Binacchi | 1 | -11/+11 |
2024-01-11 | fbdev: imxfb: add missing spaces after ',' |  Dario Binacchi | 1 | -2/+2 |
2024-01-11 | fbdev: imxfb: drop ftrace-like logging |  Dario Binacchi | 1 | -2/+0 |
2024-01-11 | fbdev: imxfb: add missing SPDX tag |  Dario Binacchi | 1 | -4/+1 |
2024-01-11 | fbdev: imxfb: replace some magic numbers with constants |  Dario Binacchi | 1 | -3/+4 |
2024-01-11 | fbdev: imxfb: use BIT, FIELD_{GET,PREP} and GENMASK macros |  Dario Binacchi | 1 | -54/+59 |
2024-01-11 | fbdev: imxfb: move PCR bitfields near their offset |  Dario Binacchi | 1 | -7/+6 |
2024-01-11 | fbdev: imxfb: fix left margin setting |  Dario Binacchi | 1 | -2/+25 |
2024-01-10 | keys, dns: Fix size check of V1 server-list header |  David Howells | 1 | -1/+1 |
2024-01-10 | ext4: fix inconsistent between segment fstrim and full fstrim |  Ye Bin | 1 | -3/+8 |
2024-01-10 | ext4: fallback to complex scan if aligned scan doesn't work |  Ojaswin Mujoo | 1 | -8/+13 |
2024-01-10 | ext4: convert ext4_da_do_write_end() to take a folio |  Matthew Wilcox (Oracle) | 1 | -9/+10 |
2024-01-10 | ext4: allow for the last group to be marked as trimmed |  Suraj Jitindar Singh | 1 | -5/+10 |
2024-01-10 | erofs: make erofs_{err,info}() support NULL sb parameter |  Chunhai Guo | 2 | -3/+9 |
2024-01-10 | erofs: avoid debugging output for (de)compressed data |  Gao Xiang | 1 | -7/+1 |
2024-01-09 | cifs: update internal module version number for cifs.ko |  Steve French | 1 | -2/+2 |
2024-01-09 | tpm: cr50: fix kernel-doc warning and spelling |  Randy Dunlap | 1 | -2/+1 |
2024-01-09 | tpm: nuvoton: Use i2c_get_match_data() |  Rob Herring | 1 | -11/+4 |
2024-01-08 | cifs: remove unneeded return statement |  Steve French | 1 | -2/+0 |
2024-01-08 | cifs: make cifs_chan_update_iface() a void function |  Dan Carpenter | 2 | -11/+8 |
2024-01-08 | arm64: Update __NR_compat_syscalls for statmount/listmount |  Florian Fainelli | 1 | -1/+1 |
2024-01-08 | cifs: delete unnecessary NULL checks in cifs_chan_update_iface() |  Dan Carpenter | 1 | -15/+11 |
2024-01-08 | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER |  Kirill A. Shutemov | 76 | -181/+186 |
2024-01-08 | mm, treewide: introduce NR_PAGE_ORDERS |  Kirill A. Shutemov | 15 | -41/+42 |
2024-01-08 | MAINTAINERS: update unicode maintainer e-mail address |  Gabriel Krisman Bertazi | 1 | -1/+1 |
2024-01-08 | ecryptfs: Reject casefold directory inodes |  Gabriel Krisman Bertazi | 1 | -0/+8 |
2024-01-08 | asm-generic: make sparse happy with odd-sized put_unaligned_*() |  Dmitry Torokhov | 1 | -12/+12 |
2024-01-08 | locking/mutex: Clarify that mutex_unlock(), and most other sleeping locks, can still use the lock object after it's unlocked |  Ingo Molnar | 1 | -6/+18 |
2024-01-07 | cifs: get rid of dup length check in parse_reparse_point() |  Paulo Alcantara | 2 | -14/+12 |
2024-01-07 | nfsd: rename nfsd_last_thread() to nfsd_destroy_serv() |  NeilBrown | 3 | -7/+12 |
2024-01-07 | SUNRPC: discard sv_refcnt, and svc_get/svc_put |  NeilBrown | 7 | -88/+21 |
2024-01-07 | svc: don't hold reference for poolstats, only mutex. |  NeilBrown | 5 | -34/+36 |
2024-01-07 | SUNRPC: remove printk when back channel request not found |  Dai Ngo | 1 | -12/+2 |
2024-01-07 | svcrdma: Implement multi-stage Read completion again |  Chuck Lever | 3 | -113/+80 |
2024-01-07 | svcrdma: Copy construction of svc_rqst::rq_arg to rdma_read_complete() |  Chuck Lever | 2 | -1/+93 |
2024-01-07 | svcrdma: Add back svcxprt_rdma::sc_read_complete_q |  Chuck Lever | 3 | -1/+38 |
2024-01-07 | svcrdma: Add back svc_rdma_recv_ctxt::rc_pages |  Chuck Lever | 3 | -2/+11 |
2024-01-07 | svcrdma: Clean up comment in svc_rdma_accept() |  Chuck Lever | 1 | -7/+10 |
2024-01-07 | svcrdma: Remove queue-shortening warnings |  Chuck Lever | 1 | -6/+1 |