Linus Torvalds a0e881b7c1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 13 년 전
..
lzo 7dd65feb6c lib: add support for LZO-compressed kernels 15 년 전
mpi 7cf4206a99 Remove unused code from MPI library 13 년 전
raid6 2aa4ee2a88 lib/raid6: fix sparse warnings in recovery functions 13 년 전
reed_solomon f42b38009e lib: Remove unnecessary inclusions of asm/semaphore.h 17 년 전
xz 9c1f8594df XZ: Fix incorrect XZ_BUF_ERROR 13 년 전
zlib_deflate 565d76cb7d zlib: slim down zlib_deflate() workspace when possible 14 년 전
zlib_inflate 51ea3f6a45 inflate_fast: sout is already a short so ptr arith was off by one. 15 년 전
.gitignore 1e65174a33 Add some basic .gitignore files 19 년 전
Kconfig 27c1ee3f92 Merge branch 'akpm' (Andrew's patch-bomb) 13 년 전
Kconfig.debug 08dfb4ddee powerpc: pSeries reconfig notifier error injection module 13 년 전
Kconfig.kgdb 5dd11d5d47 mips,kgdb: kdb low level trap catch and stack trace 15 년 전
Kconfig.kmemcheck d33c9a491b kmemcheck: depend on HAVE_ARCH_KMEMCHECK 16 년 전
Makefile 2e3ee61348 Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux 13 년 전
argv_split.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
atomic64.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
atomic64_test.c 7463449b82 atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() test 13 년 전
audit.c aaeb012fe4 audit: support the "standard" <asm-generic/unistd.h> 14 년 전
average.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
bcd.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
bch.c 437aa565e2 lib: add shared BCH ECC library 14 년 전
bitmap.c 05a6c8a922 lib/bitmap.c: fix documentation for scnprintf() functions 13 년 전
bitrev.c 3527fb326f lib: export bitrev16 17 년 전
bsearch.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
btree.c 39caa0916e btree: catch NULL value before it does harm 13 년 전
bug.c b0f4c4b32c bugs, x86: Fix printk levels for panic, softlockups and stack dumps 13 년 전
bust_spinlocks.c b61312d353 oops handling: ensure that any oops is flushed to the mtdoops console 16 년 전
check_signature.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
checksum.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
clz_tab.c c6df4b17c8 lib: Fix multiple definitions of clz_tab 13 년 전
cmdline.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
cordic.c d89ce936b4 Docs: wording: functions -> algorithm 13 년 전
cpu-notifier-error-inject.c f5a9f52e2c cpu: rewrite cpu-notifier-error-inject module 13 년 전
cpu_rmap.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
cpumask.c 38b93780a5 lib/cpumask.c: remove __any_online_cpu() 13 년 전
crc-ccitt.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c 19 년 전
crc-itu-t.c 3e7cbae7c6 CRC ITU-T V.41 18 년 전
crc-t10dif.c f11f594edb [SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRC 17 년 전
crc16.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c 19 년 전
crc32.c 49ac572b93 lib/crc32.c: fix unused variables warnings 13 년 전
crc32defs.h 5cde7656d0 crc32: select an algorithm via Kconfig 13 년 전
crc7.c ad241528c4 CRC7 support 18 년 전
crc8.c 7150962d63 lib: crc8: add new library module providing crc8 algorithm 14 년 전
ctype.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
debug_locks.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
debugobjects.c 3340808cf0 debugobjects: Fill_pool() returns void now 13 년 전
dec_and_lock.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
decompress.c 3ebe12439b decompressors: add boot-time XZ support 14 년 전
decompress_bunzip2.c 38c8dcf665 decompress_bunzip2: remove invalid vi modeline 13 년 전
decompress_inflate.c 1da914e064 decompressors: check input size in decompress_inflate.c 14 년 전
decompress_unlzma.c 90802ed9c3 treewide: Fix comment and string typo 'bufer' 13 년 전
decompress_unlzo.c 35f1526845 unlzo: fix input buffer free 13 년 전
decompress_unxz.c 25985edced Fix common misspellings 14 년 전
devres.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
digsig.c 86f8bedc9e lib/digsig: checks for NULL return value 13 년 전
div64.c 422aa27420 lib: correct link to the original source for div64_u64 13 년 전
dma-debug.c 68ee6d2237 dma-debug: debugfs_create_bool() takes a u32 pointer 13 년 전
dump_stack.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
dynamic_debug.c fef15d2f3d Revert "dynamic_debug: remove unneeded includes" 13 년 전
dynamic_queue_limits.c 914bec1011 bql: Avoid possible inconsistent calculation. 13 년 전
extable.c ad6561dffa module: trim exception table on init free. 16 년 전
fault-inject.c f39cdaebb8 fault-inject: avoid call to random32() if fault injection is disabled 13 년 전
fdt.c ab25383983 of/lib: Allow scripts/dtc/libfdt to be used from kernel code 13 년 전
fdt_ro.c ab25383983 of/lib: Allow scripts/dtc/libfdt to be used from kernel code 13 년 전
fdt_rw.c ab25383983 of/lib: Allow scripts/dtc/libfdt to be used from kernel code 13 년 전
fdt_strerror.c ab25383983 of/lib: Allow scripts/dtc/libfdt to be used from kernel code 13 년 전
fdt_sw.c ab25383983 of/lib: Allow scripts/dtc/libfdt to be used from kernel code 13 년 전
fdt_wip.c ab25383983 of/lib: Allow scripts/dtc/libfdt to be used from kernel code 13 년 전
find_last_bit.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
find_next_bit.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
flex_array.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
flex_proportions.c e78d4833c0 lib: Fix possible deadlock in flexible proportion code 13 년 전
gcd.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
gen_crc32table.c 46c5801eaf crc32: bolt on crc32c 13 년 전
genalloc.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
halfmd4.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
hexdump.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
hweight.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
idr.c 11bcb32848 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 년 전
inflate.c 1490cf5f0c MN10300: Don't try and #include <linux/slab.h> in lib/inflate.c from bootloader 15 년 전
int_sqrt.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
iomap.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
iomap_copy.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
iommu-helper.c 11bcb32848 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 년 전
ioremap.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
irq_regs.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
is_single_threaded.c 967cc53711 kernel: is_current_single_threaded: don't use ->mmap_sem 16 년 전
jedec_ddr_data.c 9c1c21a053 ddr: add LPDDR2 data from JESD209-2 13 년 전
kasprintf.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
klist.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
kobject.c 9ff1f838e9 kobject: fix the uncorrect comment 13 년 전
kobject_uevent.c a31f2d17b3 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create 13 년 전
kstrtox.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
kstrtox.h 1dff46d698 lib/kstrtox: common code between kstrto*() and simple_strto*() functions 13 년 전
lcm.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
libcrc32c.c 53b146ae59 libcrc32c: Fix "crc32c undefined" compilation error 16 년 전
list_debug.c 5cf05ad758 rcu: Fix broken strings in RCU's source code. 13 년 전
list_sort.c 041b78f232 lib/list_sort: test: check element addresses 14 년 전
llist.c 0195c00244 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system 13 년 전
locking-selftest-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 년 전
locking-selftest-mutex.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 년 전
locking-selftest-rlock-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 년 전
locking-selftest-rlock-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 년 전
locking-selftest-rlock.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 년 전
locking-selftest-rsem.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 년 전
locking-selftest-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 년 전
locking-selftest-spin-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 년 전
locking-selftest-spin-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 년 전
locking-selftest-spin.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 년 전
locking-selftest-wlock-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 년 전
locking-selftest-wlock-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 년 전
locking-selftest-wlock.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 년 전
locking-selftest-wsem.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 년 전
locking-selftest.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
lru_cache.c a08aa355af lru_cache: use correct type in sizeof for allocation 14 년 전
md5.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
memory-notifier-error-inject.c 9579f5bd31 memory: memory notifier error injection module 13 년 전
memweight.c 639b9e34f1 string: introduce memweight() 13 년 전
nlattr.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
notifier-error-inject.c 8d43828814 fault-injection: notifier error injection 13 년 전
notifier-error-inject.h 8d43828814 fault-injection: notifier error injection 13 년 전
pSeries-reconfig-notifier-error-inject.c 08dfb4ddee powerpc: pSeries reconfig notifier error injection module 13 년 전
parser.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
pci_iomap.c b923650b84 lib: add NO_GENERIC_PCI_IOPORT_MAP 13 년 전
percpu_counter.c d87aae2f3c switch the protection of percpu_counter list to spinlock 13 년 전
plist.c 50af5ead3b bug.h: add include of it to various implicit C users 13 년 전
pm-notifier-error-inject.c 048b9c3549 PM: PM notifier error injection module 13 년 전
prio_heap.c 40bc1f2dbc lib: fix sparse shadowed variable warning 16 년 전
prio_tree.c 97e834c504 prio_tree: introduce prio_set_parent() 13 년 전
proportions.c 740969f91e locking, lib/proportions: Annotate prop_local_percpu::lock as raw 13 년 전
radix-tree.c fffaee365f radix-tree: fix contiguous iterator 13 년 전
random32.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
ratelimit.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
rational.c 6684b5729d lib: Change mail address of Oskar Schirmer 13 년 전
rbtree.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
reciprocal_div.c 8af2a218de sch_red: Adaptative RED AQM 13 년 전
rwsem-spinlock.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
rwsem.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
scatterlist.c 27c1ee3f92 Merge branch 'akpm' (Andrew's patch-bomb) 13 년 전
sha1.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
show_mem.c 7bf02ea22c arch, mm: filter disallowed nodes from arch specific show_mem functions 14 년 전
smp_processor_id.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
sort.c b53907c010 generic swap(): lib/sort.c: rename swap to swap_func 16 년 전
spinlock_debug.c 4b0681487b spinlock_debug: print offset in addition to symbol name 13 년 전
stmp_device.c 4ccf4beab8 lib: add support for stmp-style devices 13 년 전
string.c 11bcb32848 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 년 전
string_helpers.c 68aecfb979 lib/string_helpers.c: make arrays static 13 년 전
strncpy_from_user.c 36126f8f2e word-at-a-time: make the interfaces truly generic 13 년 전
strnlen_user.c 69ea640598 lib: Fix generic strnlen_user for 32-bit big-endian machines 13 년 전
swiotlb.c 3af684c7c5 swiotlb: print physical addresses consistently with other parts of kernel 13 년 전
syscall.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
test-kstrtox.c 26d7b99b83 lib/test-kstrtox.c: mark const init data with __initconst instead of __initdata 13 년 전
textsearch.c de0368d5fe textsearch: doc - fix spelling in lib/textsearch.c. 14 년 전
timerqueue.c 11bcb32848 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 년 전
ts_bm.c 3b76d08190 textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithm 17 년 전
ts_fsm.c 43138833ee textsearch: ts_fsm: return error on request for case insensitive search 17 년 전
ts_kmp.c 2523c3fc2b textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt algorithm 17 년 전
uuid.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 년 전
vsprintf.c 31550a16a5 vsprintf: add support of '%*ph[CDN]' 13 년 전