index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-25
lib min_heap: update min_heap_push() to use min_heap_sift_up()
Kuan-Wei Chiu
1
-8
/
+1
2024-06-25
lib min_heap: rename min_heapify() to min_heap_sift_down()
Kuan-Wei Chiu
1
-7
/
+7
2024-06-25
lib min_heap: update min_heap_push() and min_heap_pop() to return bool values
Kuan-Wei Chiu
1
-4
/
+8
2024-06-25
lib min_heap: add min_heap_del()
Kuan-Wei Chiu
1
-0
/
+24
2024-06-25
lib min_heap: add min_heap_sift_up()
Kuan-Wei Chiu
1
-0
/
+20
2024-06-25
lib min_heap: add args for min_heap_callbacks
Kuan-Wei Chiu
1
-25
/
+26
2024-06-25
lib min_heap: add min_heap_full()
Kuan-Wei Chiu
1
-0
/
+10
2024-06-25
lib min_heap: add min_heap_peek()
Kuan-Wei Chiu
1
-0
/
+10
2024-06-25
lib min_heap: add min_heap_init()
Kuan-Wei Chiu
1
-0
/
+15
2024-06-25
lib min_heap: add type safe interface
Kuan-Wei Chiu
1
-28
/
+51
2024-06-25
include/linux/jhash.h: fix typos
Wei-Hsin Yeh
1
-3
/
+3
2024-06-25
mm/page_alloc: Separate THP PCP into movable and non-movable categories
yangge
1
-5
/
+4
2024-06-25
mm: convert page type macros to enum
Stephen Brennan
1
-9
/
+12
2024-06-25
/proc/pid/smaps: add mseal info for vma
Jeff Xu
1
-0
/
+5
2024-06-25
io_uring: remove dead struct io_submit_state member
Jens Axboe
1
-1
/
+0
2024-06-25
net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT.
Sebastian Andrzej Siewior
1
-0
/
+42
2024-06-25
net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
Sebastian Andrzej Siewior
2
-10
/
+49
2024-06-25
seg6: Use nested-BH locking for seg6_bpf_srh_states.
Sebastian Andrzej Siewior
1
-0
/
+1
2024-06-25
dev: Use nested-BH locking for softnet_data.process_queue.
Sebastian Andrzej Siewior
1
-0
/
+1
2024-06-25
net: softnet_data: Make xmit per task.
Sebastian Andrzej Siewior
3
-12
/
+48
2024-06-25
net/ipv4: Use nested-BH locking for ipv4_tcp_sk.
Sebastian Andrzej Siewior
1
-0
/
+5
2024-06-25
locking/local_lock: Add local nested BH locking infrastructure.
Sebastian Andrzej Siewior
3
-0
/
+44
2024-06-25
locking/local_lock: Introduce guard definition for local_lock.
Sebastian Andrzej Siewior
1
-0
/
+11
2024-06-25
firewire: core: add tracepoints events for completions of packets in isochron...
Takashi Sakamoto
1
-0
/
+78
2024-06-25
firewire: core: add tracepoints events for queueing packets of isochronous co...
Takashi Sakamoto
1
-0
/
+79
2024-06-25
firewire: core: add tracepoints events for flushing completions of isochronou...
Takashi Sakamoto
1
-0
/
+36
2024-06-25
firewire: core: add tracepoints events for flushing of isochronous context
Takashi Sakamoto
1
-0
/
+36
2024-06-25
firewire: core: add tracepoints events for starting/stopping of isochronous c...
Takashi Sakamoto
1
-0
/
+108
2024-06-25
firewire: core: add tracepoints events for setting channels of multichannel c...
Takashi Sakamoto
1
-0
/
+21
2024-06-25
firewire: core: add tracepoints events for allocation/deallocation of isochro...
Takashi Sakamoto
1
-0
/
+105
2024-06-24
nvmet-fc: implement host_traddr()
Hannes Reinecke
1
-0
/
+4
2024-06-24
nvme: rename CDR/MORE/DNR to NVME_STATUS_*
Weiwen Hu
1
-3
/
+3
2024-06-24
nvme: fix status magic numbers
Weiwen Hu
1
-2
/
+12
2024-06-24
slab: delete useless RED_INACTIVE and RED_ACTIVE
Chengming Zhou
1
-5
/
+2
2024-06-24
block: fix the blk_queue_nonrot polarity
Christoph Hellwig
1
-1
/
+1
2024-06-24
platform/x86: wmi: Add driver_override support
Armin Wolf
1
-0
/
+4
2024-06-24
arm64: irqchip/gic-v3: Select priorities at boot time
Mark Rutland
1
-0
/
+52
2024-06-24
irqchip/gic-v3: Make distributor priorities variables
Mark Rutland
2
-5
/
+1
2024-06-24
wordpart.h: Add REPEAT_BYTE_U32()
Mark Rutland
1
-0
/
+8
2024-06-24
ftruncate: pass a signed offset
Arnd Bergmann
2
-2
/
+2
2024-06-24
drm: Add drm_vblank_work_flush_all().
Maarten Lankhorst
1
-0
/
+2
2024-06-24
mmc: tmio: Remove obsolete .set_pwr() callback()
Geert Uytterhoeven
1
-1
/
+0
2024-06-24
mfd: tmio: Remove obsolete .set_clk_div() callback
Geert Uytterhoeven
1
-1
/
+0
2024-06-24
io_uring/msg_ring: add an alloc cache for io_kiocb entries
Jens Axboe
1
-0
/
+3
2024-06-24
serial: core: introduce uart_port_tx_limited_flags()
Jonas Gorski
1
-0
/
+18
2024-06-24
Revert "serial: core: only stop transmit when HW fifo is empty"
Doug Brown
1
-2
/
+1
2024-06-24
serial: sh-sci: Add support for RZ/V2H(P) SoC
Lad Prabhakar
1
-0
/
+1
2024-06-24
drm: Export drm_plane_has_format()
Ville Syrjälä
1
-0
/
+2
2024-06-24
dt-bindings: clock: rcar-gen2: Remove obsolete header files
Geert Uytterhoeven
5
-713
/
+0
2024-06-24
dt-bindings: clock: r8a7779: Remove duplicate newline
Marek Vasut
1
-1
/
+0
[prev]
[next]