..
fonts
partly revert commit 8a10bc9: parisc/sti_console: prefer Linux fonts over built-in ROM fonts
11 years ago
lz4
lz4: fix compression/decompression signedness mismatch
12 years ago
lzo
lib/lzo: Update LZO compression to current upstream version
12 years ago
mpi
MPILIB: add module description and license
12 years ago
raid6
md update for v3.12
12 years ago
reed_solomon
…
xz
decompressors: fix typo "POWERPC"
12 years ago
zlib_deflate
zlib: slim down zlib_deflate() workspace when possible
14 years ago
zlib_inflate
inflate_fast: sout is already a short so ptr arith was off by one.
15 years ago
.gitignore
X.509: Implement simple static OID registry
12 years ago
Kconfig
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
11 years ago
Kconfig.debug
kbuild: don't enable DEBUG_INFO when building for COMPILE_TEST
11 years ago
Kconfig.kgdb
treewide: Fix typo in printk
12 years ago
Kconfig.kmemcheck
…
Makefile
* Avoid WARN_ON() when mapping BGRT on Baytrail (EFI 32-bit).
11 years ago
argv_split.c
argv_split(): teach it to handle mutable strings
12 years ago
asn1_decoder.c
Nothing all that exciting; a new module-from-fd syscall for those who want
12 years ago
assoc_array.c
assoc_array: remove global variable
11 years ago
atomic64.c
lib: atomic64: Initialize locks statically to fix early users
12 years ago
atomic64_test.c
atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() test
13 years ago
audit.c
audit: support the "standard" <asm-generic/unistd.h>
14 years ago
average.c
lib: Ensure EWMA does not store wrong intermediate values
11 years ago
bcd.c
usb/core: use bin2bcd() for bcdDevice in RH
13 years ago
bch.c
lib: add shared BCH ECC library
14 years ago
bitmap.c
propagate name change to comments in kernel source
12 years ago
bitrev.c
…
bsearch.c
lib: reduce the use of module.h wherever possible
13 years ago
btree.c
btree: catch NULL value before it does harm
13 years ago
bug.c
taint: add explicit flag to show whether lock dep is still OK.
12 years ago
build_OID_registry
X.509: do not emit any informational output
12 years ago
bust_spinlocks.c
printk: Provide a wake_up_klogd() off-case
12 years ago
check_signature.c
lib: reduce the use of module.h wherever possible
13 years ago
checksum.c
asm-generic headers: Allow yet more arch overrides in checksum.h
12 years ago
clz_ctz.c
lib: add weak clz/ctz functions
12 years ago
clz_tab.c
lib: Fix multiple definitions of clz_tab
13 years ago
cmdline.c
lib/cmdline.c: declare exported symbols immediately
11 years ago
cordic.c
Docs: wording: functions -> algorithm
13 years ago
cpu-notifier-error-inject.c
cpu: rewrite cpu-notifier-error-inject module
13 years ago
cpu_rmap.c
Remove GENERIC_HARDIRQ config option
12 years ago
cpumask.c
lib/cpumask.c: use memblock apis for early memory allocations
11 years ago
crc-ccitt.c
…
crc-itu-t.c
…
crc-t10dif.c
crypto: crct10dif - Add fallback for broken initrds
12 years ago
crc7.c
…
crc8.c
lib: crc8: add new library module providing crc8 algorithm
14 years ago
crc16.c
…
crc32.c
lib: crc32: reduce number of cases for crc32{, c}_combine
11 years ago
crc32defs.h
crc32: select an algorithm via Kconfig
13 years ago
ctype.c
lib: reduce the use of module.h wherever possible
13 years ago
debug_locks.c
mutex: Add support for wound/wait style locks
12 years ago
debugobjects.c
lib/debugobjects.c: remove unnecessary work pending test
11 years ago
dec_and_lock.c
lib: reduce the use of module.h wherever possible
13 years ago
decompress.c
lib: add support for LZ4-compressed kernel
12 years ago
decompress_bunzip2.c
decompress_bunzip2: remove invalid vi modeline
13 years ago
decompress_inflate.c
lib/decompressors: fix "no limit" output buffer length
12 years ago
decompress_unlz4.c
lib/decompress_unlz4.c: always set an error return code on failures
11 years ago
decompress_unlzma.c
treewide: Fix comment and string typo 'bufer'
13 years ago
decompress_unlzo.c
lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.c
12 years ago
decompress_unxz.c
Fix common misspellings
14 years ago
devres.c
lib/devres.c: fix misplaced #endif
12 years ago
digsig.c
lib/digsig.c: use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
11 years ago
div64.c
math64: New separate div64_u64_rem helper
12 years ago
dma-debug.c
dma debug: account for cachelines and read-only mappings in overlap tracking
11 years ago
dump_stack.c
x86, asmlinkage: Make dump_stack visible
12 years ago
dynamic_debug.c
dynamic_debug: replace obselete simple_strtoul() with kstrtouint()
11 years ago
dynamic_queue_limits.c
bql: Avoid possible inconsistent calculation.
13 years ago
earlycpio.c
earlycpio.c: Fix the confusing comment of find_cpio_data().
12 years ago
extable.c
…
fault-inject.c
debugfs: add get/set for atomic types
12 years ago
fdt.c
of/lib: Allow scripts/dtc/libfdt to be used from kernel code
13 years ago
fdt_ro.c
of/lib: Allow scripts/dtc/libfdt to be used from kernel code
13 years ago
fdt_rw.c
of/lib: Allow scripts/dtc/libfdt to be used from kernel code
13 years ago
fdt_strerror.c
of/lib: Allow scripts/dtc/libfdt to be used from kernel code
13 years ago
fdt_sw.c
of/lib: Allow scripts/dtc/libfdt to be used from kernel code
13 years ago
fdt_wip.c
of/lib: Allow scripts/dtc/libfdt to be used from kernel code
13 years ago
find_last_bit.c
lib: reduce the use of module.h wherever possible
13 years ago
find_next_bit.c
lib: reduce the use of module.h wherever possible
13 years ago
flex_array.c
reciprocal_divide: update/correction of the algorithm
11 years ago
flex_proportions.c
lib/flex_proportions.c: fix corruption of denominator in flexible proportions
13 years ago
gcd.c
lib/gcd.c: prevent possible div by 0
13 years ago
gen_crc32table.c
sections: fix const sections for crc32 table
13 years ago
genalloc.c
lib/genalloc.c: add check gen_pool_dma_alloc() if dma pointer is not NULL
11 years ago
halfmd4.c
lib: reduce the use of module.h wherever possible
13 years ago
hash.c
lib: hash: follow-up fixups for arch hash
11 years ago
hexdump.c
lib: introduce upper case hex ascii helpers
12 years ago
hweight.c
lib: reduce the use of module.h wherever possible
13 years ago
idr.c
idr: print a stack dump after ida_remove warning
12 years ago
inflate.c
MN10300: Don't try and #include <linux/slab.h> in lib/inflate.c from bootloader
15 years ago
int_sqrt.c
lib/int_sqrt.c: optimize square root algorithm
12 years ago
interval_tree.c
mm: interval tree updates
12 years ago
interval_tree_test_main.c
random32: rename random32 to prandom
12 years ago
iomap.c
lib: reduce the use of module.h wherever possible
13 years ago
iomap_copy.c
lib: reduce the use of module.h wherever possible
13 years ago
iommu-helper.c
The following text was taken from the original review request:
13 years ago
ioremap.c
lib: reduce the use of module.h wherever possible
13 years ago
iovec.c
Hoist memcpy_fromiovec/memcpy_toiovec into lib/
12 years ago
irq_regs.c
lib: reduce the use of module.h wherever possible
13 years ago
is_single_threaded.c
…
jedec_ddr_data.c
ddr: add LPDDR2 data from JESD209-2
13 years ago
kasprintf.c
lib/kasprintf.c: use kmalloc_track_caller() to get accurate traces for kvasprintf
12 years ago
kfifo.c
kfifo: kfifo_copy_{to,from}_user: fix copied bytes calculation
11 years ago
klist.c
klist: del waiter from klist_remove_waiters before wakeup waitting process
12 years ago
kobject.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
11 years ago
kobject_uevent.c
net: fix "queues" uevent between network namespaces
11 years ago
kstrtox.c
lib/kstrtox.c: remove redundant cleanup
11 years ago
kstrtox.h
lib/kstrtox: common code between kstrto*() and simple_strto*() functions
13 years ago
lcm.c
lib: reduce the use of module.h wherever possible
13 years ago
libcrc32c.c
…
list_debug.c
rcu: Fix broken strings in RCU's source code.
13 years ago
list_sort.c
lib/: rename random32() to prandom_u32()
12 years ago
llist.c
llists-move-llist_reverse_order-from-raid5-to-llistc-fix
11 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
sched: Introduce preempt_count accessor functions
12 years ago
lockref.c
lockref: include mutex.h rather than reinvent arch_mutex_cpu_relax
11 years ago
lru_cache.c
lru_cache: introduce lc_get_cumulative()
12 years ago
md5.c
lib: reduce the use of module.h wherever possible
13 years ago
memory-notifier-error-inject.c
memory: memory notifier error injection module
13 years ago
memweight.c
string: introduce memweight()
13 years ago
net_utils.c
net: core: move mac_pton() to lib/net_utils.c
12 years ago
nlattr.c
netlink: add minlen validation for the new signed types
13 years ago
notifier-error-inject.c
mode_t, whack-a-mole at 11...
12 years ago
notifier-error-inject.h
fault-injection: notifier error injection
13 years ago
of-reconfig-notifier-error-inject.c
powerpc+of: Rename and fix OF reconfig notifier error inject module
12 years ago
oid_registry.c
Give the OID registry file module info to avoid kernel tainting
12 years ago
parser.c
lib/parser.c: put EXPORT_SYMBOLs in the conventional place
11 years ago
pci_iomap.c
lib: add NO_GENERIC_PCI_IOPORT_MAP
13 years ago
percpu-refcount.c
percpu-refcount: Add a WARN() for ref going negative
11 years ago
percpu_counter.c
percpu_counter: unbreak __percpu_counter_add()
11 years ago
percpu_ida.c
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
11 years ago
percpu_test.c
percpu: add test module for various percpu operations
11 years ago
plist.c
lib/plist.c: make plist test announcements KERN_DEBUG
13 years ago
pm-notifier-error-inject.c
PM: PM notifier error injection module
13 years ago
prio_heap.c
…
proportions.c
locking, lib/proportions: Annotate prop_local_percpu::lock as raw
14 years ago
radix-tree.c
lib/radix-tree.c: swapoff tmpfs radix_tree: remember to rcu_read_unlock
11 years ago
random32.c
random32: avoid attempt to late reseed if in the middle of seeding
11 years ago
ratelimit.c
lib: reduce the use of module.h wherever possible
13 years ago
rational.c
lib: Change mail address of Oskar Schirmer
13 years ago
rbtree.c
rbtree: add postorder iteration functions
12 years ago
rbtree_test.c
rbtree/test: test rbtree_postorder_for_each_entry_safe()
11 years ago
reciprocal_div.c
reciprocal_divide: update/correction of the algorithm
11 years ago
scatterlist.c
lib/scatterlist: export sg_miter_skip()
11 years ago
sha1.c
lib: reduce the use of module.h wherever possible
13 years ago
show_mem.c
lib/show_mem.c: show num_poisoned_pages when oom
11 years ago
smp_processor_id.c
sched: Introduce preempt_count accessor functions
12 years ago
sort.c
…
stmp_device.c
lib: add support for stmp-style devices
13 years ago
string.c
The following text was taken from the original review request:
13 years ago
string_helpers.c
lib/string_helpers: introduce generic string_unescape
12 years ago
strncpy_from_user.c
word-at-a-time: make the interfaces truly generic
13 years ago
strnlen_user.c
lib: Fix generic strnlen_user for 32-bit big-endian machines
13 years ago
swiotlb.c
memblock, nobootmem: add memblock_virt_alloc_low()
11 years ago
syscall.c
lib: reduce the use of module.h wherever possible
13 years ago
test-kstrtox.c
lib/test-kstrtox.c: mark const init data with __initconst instead of __initdata
13 years ago
test-string_helpers.c
lib/string_helpers: introduce generic string_unescape
12 years ago
test_module.c
test: add minimal module for verification testing
11 years ago
test_user_copy.c
test: check copy_to/from_user boundary validation
11 years ago
textsearch.c
textsearch: doc - fix spelling in lib/textsearch.c.
14 years ago
timerqueue.c
The following text was taken from the original review request:
13 years ago
ts_bm.c
…
ts_fsm.c
…
ts_kmp.c
…
ucs2_string.c
Move utf16 functions to kernel core and rename
12 years ago
usercopy.c
Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS
12 years ago
uuid.c
uuid: use prandom_bytes()
12 years ago
vsprintf.c
vsprintf: add %pad extension for dma_addr_t use
11 years ago