index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
kexec_internal.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-01-17
serial: arc_uart: Drop empty platform remove function
Uwe Kleine-König
1
-7
/
+0
2023-01-17
staging: greybus: codecs: Drop empty platform remove function
Uwe Kleine-König
1
-6
/
+0
2023-01-17
platform: Document platform_add_devices() return value
Umang Jain
1
-0
/
+2
2023-01-17
software node: Remove unused APIs
Andy Shevchenko
2
-64
/
+0
2023-01-17
software node: Switch property entry test to a new API
Andy Shevchenko
1
-16
/
+14
2023-01-17
media: ipu3-cio2: Convert to use software_node_register_node_group()
Andy Shevchenko
2
-5
/
+21
2023-01-17
media: ipu3-cio2: Don't dereference fwnode handle
Andy Shevchenko
1
-2
/
+4
2023-01-17
platform: Provide a remove callback that returns no value
Uwe Kleine-König
2
-1
/
+14
2023-01-11
driver core: change to_subsys_private() to use container_of_const()
Greg Kroah-Hartman
2
-2
/
+2
2023-01-11
kobject: Fix slab-out-of-bounds in fill_kobj_path()
Wang Hai
1
-2
/
+10
2023-01-11
driver core: Make driver_deferred_probe_timeout a static variable
Javier Martinez Canillas
2
-5
/
+2
2023-01-11
driver core: fix potential null-ptr-deref in device_add()
Yang Yingliang
1
-0
/
+1
2023-01-10
driver core: move struct subsys_dev_iter to a local file
Greg Kroah-Hartman
2
-5
/
+5
2023-01-10
driver core: make subsys_dev_iter_exit() static
Greg Kroah-Hartman
2
-3
/
+1
2023-01-10
driver core: make subsys_dev_iter_next() static
Greg Kroah-Hartman
2
-3
/
+1
2023-01-10
driver core: make subsys_dev_iter_init() static
Greg Kroah-Hartman
2
-7
/
+2
2023-01-10
driver core: remove subsys_find_device_by_id()
Greg Kroah-Hartman
2
-43
/
+0
2023-01-10
driver core: make bus_get_device_klist() static
Greg Kroah-Hartman
2
-3
/
+1
2023-01-08
Linux 6.2-rc3
v6.2-rc3
Linus Torvalds
1
-1
/
+1
2023-01-06
tpm: Allow system suspend to continue when TPM suspend fails
Jason A. Donenfeld
1
-1
/
+3
2023-01-06
hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handling
Linus Torvalds
1
-5
/
+10
2023-01-06
usb: dwc3: gadget: Ignore End Transfer delay on teardown
Thinh Nguyen
1
-1
/
+4
2023-01-06
usb: dwc3: xilinx: include linux/gpio/consumer.h
Arnd Bergmann
1
-0
/
+1
2023-01-06
udf: initialize newblock to 0
Tom Rix
1
-3
/
+1
2023-01-06
udf: Fix extension of the last extent in the file
Jan Kara
1
-1
/
+1
2023-01-06
usb: fotg210-udc: fix error return code in fotg210_udc_probe()
Yang Yingliang
1
-0
/
+2
2023-01-05
riscv: uaccess: fix type of 0 variable on error in get_user()
Ben Dooks
1
-1
/
+1
2023-01-05
riscv, kprobes: Stricter c.jr/c.jalr decoding
Björn Töpel
1
-2
/
+2
2023-01-05
lib/scatterlist: Fix to merge contiguous pages into the last SG properly
Yishai Hadas
1
-1
/
+1
2023-01-05
block: Remove "select SRCU"
Paul E. McKenney
1
-1
/
+0
2023-01-05
io_uring: fix CQ waiting timeout handling
Pavel Begunkov
1
-3
/
+3
2023-01-05
powerpc/vmlinux.lds: Don't discard .comment
Michael Ellerman
1
-1
/
+1
2023-01-05
powerpc/vmlinux.lds: Don't discard .rela* for relocatable builds
Michael Ellerman
1
-1
/
+4
2023-01-05
powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT
Michael Ellerman
1
-0
/
+1
2023-01-05
fbdev: omapfb: avoid stack overflow warning
Arnd Bergmann
1
-10
/
+18
2023-01-05
caif: fix memory leak in cfctrl_linkup_request()
Zhengchao Shao
1
-1
/
+5
2023-01-05
kbuild: readd -w option when vmlinux.o or Module.symver is missing
Masahiro Yamada
1
-4
/
+5
2023-01-05
kbuild: fix single *.ko build
Masahiro Yamada
1
-1
/
+1
2023-01-05
cifs: fix interface count calculation during refresh
Shyam Prasad N
1
-1
/
+2
2023-01-05
cifs: refcount only the selected iface during interface update
Shyam Prasad N
1
-1
/
+2
2023-01-05
inet: control sockets should not use current thread task_frag
Eric Dumazet
1
-0
/
+1
2023-01-05
net/ulp: prevent ULP without clone op from entering the LISTEN status
Paolo Abeni
2
-0
/
+18
2023-01-05
qed: allow sleep in qed_mcp_trace_dump()
Caleb Sander
1
-8
/
+20
2023-01-05
of: fdt: Honor CONFIG_CMDLINE* even without /chosen node, take 2
Rob Herring
1
-13
/
+15
2023-01-05
Revert "of: fdt: Honor CONFIG_CMDLINE* even without /chosen node"
Rob Herring
1
-20
/
+20
2023-01-05
Revert "drm/amd/display: Enable Freesync Video Mode by default"
Michel Dänzer
3
-5
/
+35
2023-01-04
Revert "pktcdvd: remove driver."
Jens Axboe
8
-0
/
+3419
2023-01-04
Revert "block: remove devnode callback from struct block_device_operations"
Jens Axboe
2
-0
/
+12
2023-01-04
Revert "block: bio_copy_data_iter"
Jens Axboe
2
-15
/
+24
2023-01-04
io_uring: move 'poll_multi_queue' bool in io_ring_ctx
Jens Axboe
1
-1
/
+2
[next]