index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-30
Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
4
-1
/
+192
2023-10-30
Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/...
Linus Torvalds
1
-301
/
+136
2023-10-28
seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()
Kees Cook
1
-3
/
+1
2023-10-27
acpi: Move common tables helper functions to common lib
Dave Jiang
3
-0
/
+194
2023-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-12
/
+25
2023-10-24
kprobes: unused header files removed
wuqiang.matt
1
-6
/
+0
2023-10-20
tracing: Move readpos from seq_buf to trace_seq
Matthew Wilcox (Oracle)
1
-12
/
+10
2023-10-20
netlink: add variable-length / auto integers
Jakub Kicinski
1
-0
/
+22
2023-10-19
lib/generic-radix-tree.c: Add peek_prev()
Kent Overstreet
1
-0
/
+59
2023-10-19
lib/generic-radix-tree.c: Don't overflow in peek()
Kent Overstreet
1
-3
/
+14
2023-10-19
closures: Add a missing include
Kent Overstreet
1
-0
/
+1
2023-10-19
bcache: move closures to lib/
Kent Overstreet
4
-0
/
+218
2023-10-18
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
1
-1
/
+1
2023-10-18
percpu_counter: extend _limited_add() to negative amounts
Hugh Dickins
1
-14
/
+40
2023-10-18
shmem,percpu_counter: add _limited_add(fbc, limit, amount)
Hugh Dickins
1
-0
/
+53
2023-10-18
maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()
Liam R. Howlett
2
-12
/
+25
2023-10-18
Merge tag 'qcom-drivers-for-6.7' of https://git.kernel.org/pub/scm/linux/kern...
Arnd Bergmann
1
-0
/
+52
2023-10-18
lib: objpool test module added
wuqiang.matt
3
-0
/
+709
2023-10-18
lib: objpool added: ring-array based lockless MPMC
wuqiang.matt
2
-1
/
+281
2023-10-16
bitmap: move bitmap_*_region() functions to bitmap.h
Yury Norov
1
-64
/
+0
2023-10-16
lib: add light-weight queuing mechanism.
NeilBrown
3
-1
/
+164
2023-10-16
llist: add llist_del_first_this()
NeilBrown
1
-0
/
+28
2023-10-14
bitmap: drop _reg_op() function
Yury Norov
1
-76
/
+0
2023-10-14
bitmap: replace _reg_op(REG_OP_ISFREE) with find_next_bit()
Yury Norov
1
-1
/
+1
2023-10-14
bitmap: replace _reg_op(REG_OP_RELEASE) with bitmap_clear()
Yury Norov
1
-1
/
+1
2023-10-14
bitmap: replace _reg_op(REG_OP_ALLOC) with bitmap_set()
Yury Norov
1
-1
/
+4
2023-10-14
bitmap: fix opencoded bitmap_allocate_region()
Yury Norov
1
-4
/
+2
2023-10-14
bitmap: add test for bitmap_*_region() functions
Yury Norov
1
-0
/
+24
2023-10-14
bitmap: align __reg_op() wrappers with modern coding style
Yury Norov
1
-7
/
+5
2023-10-14
lib/bitmap: split-out string-related operations to a separate files
Yury Norov
3
-513
/
+511
2023-10-14
bitmap: Remove dead code, i.e. bitmap_copy_le()
Andy Shevchenko
1
-23
/
+0
2023-10-14
bitmap: Fix a typo ("identify map")
Jonathan Neuschäfer
1
-2
/
+2
2023-10-14
cpumask: kernel-doc cleanups and additions
Randy Dunlap
1
-5
/
+12
2023-10-10
locking/atomics: Use atomic_try_cmpxchg_release() to micro-optimize rcuref_pu...
Uros Bizjak
1
-1
/
+1
2023-10-09
iov_iter, net: Move hash_and_copy_to_iter() to net/
David Howells
1
-20
/
+0
2023-10-09
iov_iter, net: Move csum_and_copy_to/from_iter() to net/
David Howells
1
-89
/
+0
2023-10-09
iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
David Howells
1
-12
/
+23
2023-10-07
Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...
Ingo Molnar
7
-97
/
+283
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-76
/
+240
2023-10-01
powerpc: Use shared font data
Dr. David Alan Gilbert
1
-1
/
+1
2023-09-29
maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW states
Liam R. Howlett
2
-73
/
+235
2023-09-28
kunit: test: Fix the possible memory leak in executor_test
Jinjie Ruan
1
-14
/
+22
2023-09-28
kunit: Fix possible memory leak in kunit_filter_suites()
Jinjie Ruan
1
-4
/
+13
2023-09-28
kunit: Fix the wrong kfree of copy for kunit_filter_suites()
Jinjie Ruan
1
-1
/
+1
2023-09-28
kunit: Fix missed memory release in kunit_free_suite_set()
Jinjie Ruan
1
-1
/
+3
2023-09-25
iov_iter: Convert iterate*() to inline funcs
David Howells
1
-241
/
+175
2023-09-25
iov_iter: Derive user-backedness from the iterator type
David Howells
1
-1
/
+0
2023-09-22
kobject: Replace strlcpy with strscpy
Azeem Shaikh
1
-4
/
+4
2023-09-19
argv_split: fix kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2023-09-19
scatterlist: add missing function params to kernel-doc
Randy Dunlap
1
-1
/
+3
[prev]
[next]