..
842
crypto: 842 - Add CRC and validation support
9 years ago
fonts
fonts: Add 6x10 font
10 years ago
lz4
lz4: fix system halt at boot kernel on x86_64
10 years ago
lzo
lzo: check for length overrun in variable length encoding.
10 years ago
mpi
asm-generic cleanups
9 years ago
raid6
md/raid6: delta syndrome for ARM NEON
10 years ago
reed_solomon
…
xz
lib/xz: enable all filters by default in Kconfig
11 years ago
zlib_deflate
zlib_deflate/deftree: remove bi_reverse()
10 years ago
zlib_inflate
zlib: clean up some dead code
11 years ago
.gitignore
…
Kconfig
lib/Kconfig: ZLIB_DEFLATE must select BITREVERSE
9 years ago
Kconfig.debug
Nothing exciting, minor tweaks and cleanups.
9 years ago
Kconfig.kasan
mm, slub, kasan: enable user tracking by default with KASAN=y
9 years ago
Kconfig.kgdb
kdb: Allow access to sensitive commands to be restricted by default
10 years ago
Kconfig.kmemcheck
…
Makefile
test_printf: test printf family at runtime
9 years ago
argv_split.c
…
asn1_decoder.c
ASN.1: Handle 'ANY OPTIONAL' in grammar
10 years ago
assoc_array.c
assoc_array: Include rcupdate.h for call_rcu() definition
10 years ago
atomic64.c
atomic: Provide atomic_{or,xor,and}
10 years ago
atomic64_test.c
atomic: Add simple atomic_t tests
10 years ago
audit.c
syscalls: implement execveat() system call
10 years ago
bcd.c
…
bch.c
…
bitmap.c
lib/bitmap.c: bitmap_parselist can accept string with whitespaces on head or tail
10 years ago
bitrev.c
ARM: 8187/1: add CONFIG_HAVE_ARCH_BITREVERSE to support rbit instruction
10 years ago
bsearch.c
…
btree.c
treewide: Remove old email address
9 years ago
bug.c
module: Sanitize RCU usage and locking
10 years ago
build_OID_registry
…
bust_spinlocks.c
…
check_signature.c
…
checksum.c
lib/checksum.c: fix build for generic csum_tcpudp_nofold
10 years ago
clz_ctz.c
…
clz_tab.c
…
cmdline.c
lib: Add a generic cmdline parse function parse_option_str
10 years ago
compat_audit.c
…
cordic.c
…
cpu-notifier-error-inject.c
…
cpu_rmap.c
sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()
10 years ago
cpumask.c
revert "cpumask: don't perform while loop in cpumask_next_and()"
10 years ago
crc-ccitt.c
…
crc-itu-t.c
lib: crc-itu-t.[ch] fix 0x0x prefix in integer constants
10 years ago
crc-t10dif.c
lib: introduce crc_t10dif_update()
10 years ago
crc7.c
…
crc8.c
…
crc16.c
…
crc32.c
lib: crc32: Add some additional __pure annotations
11 years ago
crc32defs.h
…
ctype.c
…
debug_info.c
kbuild: include core debug info when DEBUG_INFO_REDUCED
10 years ago
debug_locks.c
…
debugobjects.c
…
dec_and_lock.c
…
decompress.c
lib/decompress: set the compressor name to NULL on error
10 years ago
decompress_bunzip2.c
lib/decompressors: use real out buf size for gunzip with kernel
10 years ago
decompress_inflate.c
lib/decompressors: use real out buf size for gunzip with kernel
10 years ago
decompress_unlz4.c
lib/decompressors: use real out buf size for gunzip with kernel
10 years ago
decompress_unlzma.c
lib/decompress_unlzma: Do a NULL check for pointer
10 years ago
decompress_unlzo.c
lib/decompressors: use real out buf size for gunzip with kernel
10 years ago
decompress_unxz.c
lib/decompressors: use real out buf size for gunzip with kernel
10 years ago
devres.c
devres: fix a for loop bounds check
9 years ago
digsig.c
KEYS: Merge the type-specific data with the payload data
9 years ago
div64.c
remove abs64()
9 years ago
dma-debug.c
dma-debug: check nents in dma_sync_sg*
9 years ago
dump_stack.c
…
dynamic_debug.c
lib/dynamic_debug.c: use kstrdup_const
9 years ago
dynamic_queue_limits.c
lib/dynamic_queue_limits.c: simplify includes
10 years ago
earlycpio.c
…
extable.c
…
fault-inject.c
fault-inject: fix inverted interval/probability values in printk
9 years ago
fdt.c
…
fdt_empty_tree.c
…
fdt_ro.c
…
fdt_rw.c
…
fdt_strerror.c
…
fdt_sw.c
…
fdt_wip.c
…
find_bit.c
lib: rename lib/find_next_bit.c to lib/find_bit.c
10 years ago
flex_array.c
…
flex_proportions.c
proportions: add @gfp to init functions
11 years ago
gcd.c
…
gen_crc32table.c
lib: crc32: constify crc32 lookup table
10 years ago
genalloc.c
genalloc: add support of multiple gen_pools per device
10 years ago
glob.c
lib/glob.c: add CONFIG_GLOB_SELFTEST
11 years ago
halfmd4.c
lib/halfmd4.c: use rol32 inline function in the ROUND macro
9 years ago
hexdump.c
lib/hexdump.c: truncate output in case of overflow
9 years ago
hweight.c
Make ARCH_HAS_FAST_MULTIPLIER a real config variable
11 years ago
idr.c
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
9 years ago
inflate.c
…
int_sqrt.c
…
interval_tree.c
lib/interval_tree.c: simplify includes
10 years ago
interval_tree_test.c
…
iomap.c
…
iomap_copy.c
…
iommu-common.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
9 years ago
iommu-helper.c
…
ioremap.c
x86, mm: support huge KVA mappings on x86
10 years ago
iov_iter.c
Merge branch 'iov_iter' into for-next
10 years ago
irq_regs.c
…
is_single_threaded.c
lib/is_single_threaded.c: change current_is_single_threaded() to use for_each_thread()
9 years ago
jedec_ddr_data.c
…
kasprintf.c
lib/kasprintf.c: introduce kvasprintf_const
9 years ago
kfifo.c
kfifo: use BUG_ON
11 years ago
klist.c
klist: implement klist_prev()
10 years ago
kobject.c
lib/kobject.c: use kvasprintf_const for formatting ->name
9 years ago
kobject_uevent.c
lib/kobject_uevent.c: remove redundant include
10 years ago
kstrtox.c
kstrto*: accept "-0" for signed conversion
10 years ago
kstrtox.h
…
lcm.c
block: fix blk_stack_limits() regression due to lcm() change
10 years ago
libcrc32c.c
crypto: LLVMLinux: Remove VLAIS usage from libcrc32c.c
10 years ago
list_debug.c
…
list_sort.c
lib/list_sort: use late_initcall to hook in self tests
10 years ago
llist.c
lib/llist.c: fix data race in llist_del_first
9 years ago
locking-selftest-hardirq.h
…
locking-selftest-mutex.h
…
locking-selftest-rlock-hardirq.h
…
locking-selftest-rlock-softirq.h
…
locking-selftest-rlock.h
…
locking-selftest-rsem.h
…
locking-selftest-softirq.h
…
locking-selftest-spin-hardirq.h
…
locking-selftest-spin-softirq.h
…
locking-selftest-spin.h
…
locking-selftest-wlock-hardirq.h
…
locking-selftest-wlock-softirq.h
…
locking-selftest-wlock.h
…
locking-selftest-wsem.h
…
locking-selftest.c
locking/lockdep: Revert qrwlock recusive stuff
10 years ago
lockref.c
locking/lockref: Remove homebrew cmpxchg64_relaxed() macro definition
10 years ago
lru_cache.c
lru_cache: remove use of seq_printf return value
10 years ago
md5.c
lib/md5.c: simplify include
10 years ago
memory-notifier-error-inject.c
…
memweight.c
…
net_utils.c
mac_pton: Use bool not int return
11 years ago
nlattr.c
netlink: pad nla_memcpy dest buffer with zeroes
10 years ago
nmi_backtrace.c
ARM: 8439/1: Fix backtrace generation when IPI is masked
9 years ago
notifier-error-inject.c
…
notifier-error-inject.h
…
of-reconfig-notifier-error-inject.c
…
oid_registry.c
…
once.c
once: make helper generic for calling functions once
9 years ago
parser.c
…
pci_iomap.c
libnvdimm for 4.3:
10 years ago
percpu-refcount.c
percpu_ref: make INIT_ATOMIC and switch_to_atomic() sticky
11 years ago
percpu_counter.c
percpu_counter: batch size aware __percpu_counter_compare()
10 years ago
percpu_ida.c
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
9 years ago
percpu_test.c
…
plist.c
lib/plist.c: remove redundant include
10 years ago
pm-notifier-error-inject.c
…
proportions.c
treewide: Remove old email address
9 years ago
radix-tree.c
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
9 years ago
random32.c
random32: add prandom_init_once helper for own rngs
9 years ago
ratelimit.c
…
rational.c
…
rbtree.c
rbtree: Make lockless searches non-fatal
10 years ago
rbtree_test.c
…
reciprocal_div.c
…
rhashtable.c
lib: fix data race in rhashtable_rehash_one
9 years ago
scatterlist.c
scatterlist: allow limited chaining without ARCH_HAS_SG_CHAIN
10 years ago
seq_buf.c
seq_buf: Fix seq_buf_bprintf() truncation
10 years ago
sg_split.c
lib: scatterlist: add sg splitting function
10 years ago
sha1.c
lib: EXPORT_SYMBOL sha_init
10 years ago
show_mem.c
lib/show_mem.c: correct reserved memory calculation
10 years ago
smp_processor_id.c
…
sort.c
lib/sort: Add 64 bit swap function
10 years ago
stmp_device.c
lib/stmp_device.c: replace module.h include
10 years ago
string.c
lib/string.c: add ULL suffix to the constant definition
9 years ago
string_helpers.c
lib/string_helpers.c: fix infinite loop in string_get_size()
10 years ago
strncpy_from_user.c
lib: move strncpy_from_unsafe() into mm/maccess.c
10 years ago
strnlen_user.c
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
10 years ago
swiotlb.c
Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block
10 years ago
syscall.c
…
test-hexdump.c
hexdump: Make test data really const
10 years ago
test-kstrtox.c
kstrto*: accept "-0" for signed conversion
10 years ago
test-string_helpers.c
lib/test-string_helpers.c: add string_get_size() tests
9 years ago
test_bpf.c
bpf: add mod default A and X test cases
9 years ago
test_firmware.c
test: add firmware_class loader test
11 years ago
test_kasan.c
lib: test_kasan: add some testcases
9 years ago
test_module.c
…
test_printf.c
test_printf: test printf family at runtime
9 years ago
test_rhashtable.c
rhashtable-test: extend to test concurrency
10 years ago
test_static_key_base.c
locking/static_keys: Provide a selftest
10 years ago
test_static_keys.c
locking/static_keys: Make verify_keys() static
10 years ago
test_user_copy.c
…
textsearch.c
lib/textsearch.c: remove textsearch_put reference from comments
10 years ago
timerqueue.c
timerqueue: Let timerqueue_add/del return information
10 years ago
ts_bm.c
…
ts_fsm.c
…
ts_kmp.c
…
ucs2_string.c
…
usercopy.c
…
uuid.c
…
vsprintf.c
lib/vsprintf.c: update documentation
9 years ago