summaryrefslogtreecommitdiffstats
path: root/mm/compaction.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-10fbdev: omapfb/analog-tv: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-10fbdev: atmel_lcdfb: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2023-11-10fbdev: omapfb/tpd12s015: Don't put .remove() in .exit.text and drop suppress_...Uwe Kleine-König1-3/+2
2023-11-10fbdev: omapfb/tfp410: Don't put .remove() in .exit.text and drop suppress_bin...Uwe Kleine-König1-3/+2
2023-11-10fbdev: omapfb/sharp-ls037v7dw01: Don't put .remove() in .exit.text and drop s...Uwe Kleine-König1-3/+2
2023-11-10fbdev: omapfb/opa362: Don't put .remove() in .exit.text and drop suppress_bin...Uwe Kleine-König1-3/+2
2023-11-10fbdev: omapfb/hdmi: Don't put .remove() in .exit.text and drop suppress_bind_...Uwe Kleine-König1-3/+2
2023-11-10fbdev: omapfb/dvi: Don't put .remove() in .exit.text and drop suppress_bind_a...Uwe Kleine-König1-3/+2
2023-11-10fbdev: omapfb/dsi-cm: Don't put .remove() in .exit.text and drop suppress_bin...Uwe Kleine-König1-3/+2
2023-11-10fbdev: omapfb/dpi: Don't put .remove() in .exit.text and drop suppress_bind_a...Uwe Kleine-König1-3/+2
2023-11-10fbdev: omapfb/analog-tv: Don't put .remove() in .exit.text and drop suppress_...Uwe Kleine-König1-3/+2
2023-11-10fbdev: atmel_lcdfb: Stop using platform_driver_probe()Uwe Kleine-König1-7/+7
2023-11-07fbdev: imsttfb: fix a resource leak in probeDan Carpenter1-13/+16
2023-11-07fbdev: imsttfb: fix double free in probe()Dan Carpenter1-5/+1
2023-11-07fbdev: viafb: use new array-copying-wrapperPhilipp Stanner1-1/+1
2023-11-07fbdev: omapfb: Drop unused remove functionUwe Kleine-König1-8/+1
2023-11-07fbdev: offb: Simplify offb_init_fb()Christophe JAILLET1-5/+3
2023-11-07fbdev: omapfb: Replace custom memparse() implementationAndy Shevchenko1-10/+3
2023-11-07fbdev: omapfb: Do not shadow error code from platform_get_irq()Andy Shevchenko1-8/+7
2023-11-05firewire: Annotate struct fw_node with __counted_byKees Cook1-1/+1
2023-11-04dt-bindings: mailbox: qcom-ipcc: document the SM8650 Inter-Processor Communic...Neil Armstrong1-0/+1
2023-11-04i3c: master: handle IBIs in order they cameZbigniew Lukwinski2-2/+16
2023-11-04i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data.Billy Tsai1-10/+19
2023-11-03i3c: master: svc: fix compatibility string mismatch with binding docFrank Li1-1/+1
2023-11-03i3c: master: svc: fix random hot join failure since timeout errorFrank Li1-0/+9
2023-11-03i3c: master: svc: fix SDA keep low when polling IBIWON timeout happenFrank Li1-0/+1
2023-11-03i3c: master: svc: fix check wrong status register in irq handlerFrank Li1-1/+1
2023-11-03i3c: master: svc: fix ibi may not return mandatory data byteFrank Li1-0/+8
2023-11-03i3c: master: svc: fix wrong data return when IBI happen during start frameFrank Li1-0/+20
2023-11-03i3c: master: svc: fix race condition in ibi work threadFrank Li1-0/+14
2023-11-03nouveau/gsp: add some basic registry entries.Dave Airlie1-10/+35
2023-11-03nouveau/gsp: fix message signature.Dave Airlie1-1/+1
2023-11-03nouveau/gsp: move to 535.113.01Dave Airlie73-171/+217
2023-11-02lib/fw_table: Remove acpi_parse_entries_array() exportDan Williams1-1/+0
2023-11-02cxl/pci: Change CXL AER support check to use native AERTerry Bowman1-2/+2
2023-11-02module/decompress: use kvmalloc() consistentlyAndrea Righi1-4/+4
2023-11-02cifs: force interface update before a fresh session setupShyam Prasad N1-1/+5
2023-11-02cifs: do not reset chan_max if multichannel is not supported at mountShyam Prasad N1-1/+0
2023-11-02cifs: reconnect helper should set reconnect for the right channelShyam Prasad N1-4/+5
2023-11-02smb: client: fix use-after-free in smb2_query_info_compound()Paulo Alcantara1-35/+49
2023-11-02smb: client: remove extra @chan_count check in __cifs_put_smb_ses()Paulo Alcantara1-14/+9
2023-11-02locking/atomic: sh: Use generic_cmpxchg_local for arch_cmpxchg_local()Masami Hiramatsu1-0/+9
2023-11-02seq_buf: Export seq_buf_puts()Christophe JAILLET1-0/+1
2023-11-02seq_buf: Export seq_buf_putc()Christophe JAILLET1-0/+1
2023-11-02eventfs: Use simple_recursive_removal() to clean up dentriesSteven Rostedt (Google)2-35/+44
2023-11-02eventfs: Remove special processing of dput() of events directorySteven Rostedt (Google)1-17/+2
2023-11-02eventfs: Delete eventfs_inode when the last dentry is freedSteven Rostedt (Google)2-79/+69
2023-11-02eventfs: Hold eventfs_mutex when calling callback functionsSteven Rostedt (Google)2-2/+63
2023-11-02eventfs: Save ownership and modeSteven Rostedt (Google)2-13/+151
2023-11-02eventfs: Test for ei->is_freed when accessing ei->dentrySteven Rostedt (Google)2-7/+41