Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
7b51ba38d9baca207152d1c97ec793cfb673a6cd
/
lib
0fe1ef2
vsprintf: add support for '%pS' and '%pF' pointer formats
by Linus Torvalds
· 16 years ago
4d8a743
vsprintf: add infrastructure support for extended '%p' specifiers
by Linus Torvalds
· 16 years ago
78a8bf6
vsprintf: split out '%p' handling logic
by Linus Torvalds
· 16 years ago
0f9bfa5
vsprintf: split out '%s' handling logic
by Linus Torvalds
· 16 years ago
da9eac8
lib: taint kernel in common report_bug() WARN path.
by Paul Mundt
· 16 years ago
cde5353
Christoph has moved
by Christoph Lameter
· 16 years ago
821b03f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
aebb6a8
textsearch: fix Boyer-Moore text search bug
by Joonwoo Park
· 16 years ago
50db04d
debugobjects: fix lockdep warning
by Vegard Nossum
· 16 years ago
643b52b
radix-tree: fix small lockless radix-tree bug
by Nick Piggin
· 16 years ago
d5e181f
add an inlined version of iter_div_u64_rem
by Jeremy Fitzhardinge
· 16 years ago
f595ec9
common implementation of iterative div/mod
by Jeremy Fitzhardinge
· 16 years ago
3527fb3
lib: export bitrev16
by Harvey Harrison
· 16 years ago
f9ebcd9
lmb: Fix compile warning
by Kumar Gala
· 16 years ago
8f40f67
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 16 years ago
8978a31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 16 years ago
3fc9577
lib: create common ascii hex array
by Harvey Harrison
· 16 years ago
b32a09d
add match_strlcpy() us it to make v9fs make uname and remotename parsing more robust
by Markus Armbruster
· 17 years ago
f4ed0de
cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_len
by Paul Jackson
· 16 years ago
faa6cfd
lmb: Make lmb debugging more useful.
by David S. Miller
· 16 years ago
4978db5
lmb: Fix inconsistent alignment of size argument.
by David S. Miller
· 16 years ago
8e3e076
BKL: revert back to the old spinlock implementation
by Linus Torvalds
· 16 years ago
2e83fc4
Merge branch 'powerpc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 17 years ago
e024cbd
kgdb: kconfig fix xconfig/menuconfig element
by Jan Engelhardt
· 17 years ago
b41e5ff
[POWERPC] devres: Add devm_ioremap_prot()
by Emil Medve
· 17 years ago
af8e2a4
idr: fix idr_remove()
by Nadia Derbey
· 17 years ago
34990cf
Add a new sysfs_streq() string comparison function
by David Brownell
· 17 years ago
6f6d6a1
rename div64_64 to div64_u64
by Roman Zippel
· 17 years ago
2418f4f
introduce explicit signed/unsigned 64bit divide
by Roman Zippel
· 17 years ago
c3bb7fad
klist: fix coding style errors in klist.h and klist.c
by Greg Kroah-Hartman
· 17 years ago
4f452e8
devres: support addresses greater than an unsigned long via dev_ioremap
by Kumar Gala
· 17 years ago
a4ca661
kobject: do not copy vargs, just pass them around
by Kay Sievers
· 17 years ago
93dd400
klist: implement klist_add_{after|before}()
by Tejun Heo
· 17 years ago
810304d
lib: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
c6f3a97
debugobjects: add timer specific object debugging code
by Thomas Gleixner
· 17 years ago
3ac7fe5
infrastructure to debug (dynamic) objects
by Thomas Gleixner
· 17 years ago
a42dde0
mm: bdi: allow setting a maximum for the bdi dirty limit
by Peter Zijlstra
· 17 years ago
cf0ca9f
mm: bdi: export BDI attributes in sysfs
by Peter Zijlstra
· 17 years ago
867a89e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 17 years ago
fee4b19
bitops: remove "optimizations"
by Thomas Gleixner
· 17 years ago
199f0ca
idr: create idr_layer_cache at boot time
by Akinobu Mita
· 17 years ago
309df0c
dma/ia64: update ia64 machvecs, swiotlb.c
by Arthur Kepner
· 17 years ago
5f97a5a
isolate ratelimit from printk.c for other use
by Dave Young
· 17 years ago
a852250
swiotlb: use iommu_is_span_boundary helper function
by FUJITA Tomonori
· 17 years ago
a7133a1
lib/swiotlb.c: cleanups
by Andrew Morton
· 17 years ago
b70d3a2
iomap: fix 64 bits resources on 32 bits
by Benjamin Herrenschmidt
· 17 years ago
22caa04
lib/inflate.c: handle failed malloc()
by Jim Meyering
· 17 years ago
9d88a2e
[POWERPC] Provide walk_memory_resource() for powerpc
by Badari Pulavarty
· 17 years ago
98d5c21
[POWERPC] Update lmb data structures for hotplug memory add/remove
by Badari Pulavarty
· 17 years ago
7ea931c
mempolicy: add bitmap_onto() and bitmap_fold() operations
by Paul Jackson
· 17 years ago
488514d
Remove set_migrateflags()
by Christoph Lameter
· 17 years ago
19870de
x86, bitops: select the generic bitmap search functions
by Alexander van Heukelum
· 17 years ago
77b9bd9
x86: generic versions of find_first_(zero_)bit, convert i386
by Alexander van Heukelum
· 17 years ago
64970b6
x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps
by Alexander van Heukelum
· 17 years ago
6fd92b6
x86: change x86 to use generic find_next_bit
by Alexander van Heukelum
· 17 years ago
35bb5b1
Add option to enable -Wframe-larger-than= on gcc 4.4
by Andi Kleen
· 17 years ago
7347aef
[LMB]: Fix lmb allocation regression.
by David S. Miller
· 17 years ago
9a64388
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 17 years ago
e80ab41
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 17 years ago
429f731
Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc
by Linus Torvalds
· 17 years ago
ec96535
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel
by Linus Torvalds
· 17 years ago
c6a2a3d
Kobject: Replace list_for_each() with list_for_each_entry().
by Robert P. J. Day
· 17 years ago
c1ebdae
kobject: catch kobjects that are not initialized
by Greg Kroah-Hartman
· 17 years ago
30ca60c
cpumask: add cpumask_scnprintf_len function
by Mike Travis
· 17 years ago
ad775f5
[PATCH] r/o bind mounts: debugging for missed calls
by Dave Hansen
· 17 years ago
6188e10
Convert asm/semaphore.h users to linux/semaphore.h
by Matthew Wilcox
· 17 years ago
f42b380
lib: Remove unnecessary inclusions of asm/semaphore.h
by Matthew Wilcox
· 17 years ago
334d094
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26
by Linus Torvalds
· 17 years ago
2cca775
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 17 years ago
eddeb0e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
by Linus Torvalds
· 17 years ago
080de8c
firewire: fw-ohci: add option for remote debugging
by Stefan Richter
· 17 years ago
9732b61
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb
by Linus Torvalds
· 17 years ago
d7bb545
Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc
by Linus Torvalds
· 17 years ago
1e42198
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 17 years ago
974460c
kgdb: allow static kgdbts boot configuration
by Jason Wessel
· 17 years ago
e8d31c2
kgdb: add kgdb internal test suite
by Jason Wessel
· 17 years ago
dc7d552
kgdb: core
by Jason Wessel
· 17 years ago
2342e51
Remove DEBUG_SEMAPHORE from Kconfig
by Matthew Wilcox
· 17 years ago
64ac24e
Generic semaphore implementation
by Matthew Wilcox
· 17 years ago
e48b3de
Add semaphore.h to kernel_lock.c
by Matthew Wilcox
· 17 years ago
d9024df
[LMB] Restructure allocation loops to avoid unsigned underflow
by Paul Mackerras
· 17 years ago
300613e
[LMB] Fix some whitespace and other formatting issues, use pr_debug
by Paul Mackerras
· 17 years ago
c50f68c
[LMB] Add lmb_alloc_nid()
by David S. Miller
· 17 years ago
5b06c853
slub: Deal with config variable dependencies
by Christoph Lameter
· 17 years ago
ac7c535
Merge branch 'linux-2.6'
by Paul Mackerras
· 17 years ago
df39e8b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
a1e58bb
lzo: fix typo in decompressor
by Harvey Harrison
· 17 years ago
b1adaf6
[SCSI] block: add sg buffer copy helper functions
by FUJITA Tomonori
· 17 years ago
3bb5da3
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
61407f8
[NET]: srandom32 fixes for networking v2
by Andi Kleen
· 17 years ago
a4aa834
[NETNS]: Declare init_net even without CONFIG_NET defined.
by Denis V. Lunev
· 17 years ago
a9edadb
fix uevent action-string regression
by Mark Lord
· 17 years ago
095d911
[LIB]: Drop the pcounter itself.
by Pavel Emelyanov
· 17 years ago
2d38f9a
[NETNS]: Do no include NET related headers if CONFIG_NET is not set.
by Denis V. Lunev
· 17 years ago
54f53f2
Merge branch 'linux-2.6'
by Paul Mackerras
· 17 years ago
b9e76a0
x86-32: Pass the full resource data to ioremap()
by Linus Torvalds
· 17 years ago
916fbfb
devres: implement pcim_iomap_regions_request_all()
by Tejun Heo
· 17 years ago
b15a389
avoid endless loops in lib/swiotlb.c
by Jan Beulich
· 17 years ago
bed04a4
Merge branch 'linux-2.6'
by Paul Mackerras
· 17 years ago
2c6f2db
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 17 years ago
Next »