Linus Torvalds c0c770e610 Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 há 14 anos atrás
..
lzo 7dd65feb6c lib: add support for LZO-compressed kernels há 15 anos atrás
raid6 7c44ece988 Move .gitignore from drivers/md to lib/raid6 há 15 anos atrás
reed_solomon f42b38009e lib: Remove unnecessary inclusions of asm/semaphore.h há 17 anos atrás
xz 81d6743985 XZ: Fix missing <linux/kernel.h> include há 14 anos atrás
zlib_deflate 565d76cb7d zlib: slim down zlib_deflate() workspace when possible há 14 anos atrás
zlib_inflate 51ea3f6a45 inflate_fast: sout is already a short so ptr arith was off by one. há 15 anos atrás
.gitignore 1e65174a33 Add some basic .gitignore files há 20 anos atrás
Kconfig d0e323b470 Merge branch 'apei' into apei-release há 14 anos atrás
Kconfig.debug bdc7ccfc06 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip há 14 anos atrás
Kconfig.kgdb 5dd11d5d47 mips,kgdb: kdb low level trap catch and stack trace há 15 anos atrás
Kconfig.kmemcheck d33c9a491b kmemcheck: depend on HAVE_ARCH_KMEMCHECK há 16 anos atrás
Makefile d0e323b470 Merge branch 'apei' into apei-release há 14 anos atrás
argv_split.c e7d2860b69 tree-wide: convert open calls to remove spaces to skip_spaces() lib function há 15 anos atrás
atomic64.c 60063497a9 atomic: use <linux/atomic.h> há 14 anos atrás
atomic64_test.c 60063497a9 atomic: use <linux/atomic.h> há 14 anos atrás
audit.c aaeb012fe4 audit: support the "standard" <asm-generic/unistd.h> há 14 anos atrás
average.c af55688435 lib: Improve EWMA efficiency by using bitshifts há 14 anos atrás
bcd.c d3de851a44 rtc: BCD codeshrink há 17 anos atrás
bch.c 437aa565e2 lib: add shared BCH ECC library há 14 anos atrás
bitmap.c d0e323b470 Merge branch 'apei' into apei-release há 14 anos atrás
bitrev.c 3527fb326f lib: export bitrev16 há 17 anos atrás
bsearch.c 1a94dc35bc lib: Add generic binary search function to the kernel. há 14 anos atrás
btree.c 25985edced Fix common misspellings há 14 anos atrás
bug.c 5336377d62 modules: Fix module_bug_list list corruption race há 15 anos atrás
bust_spinlocks.c b61312d353 oops handling: ensure that any oops is flushed to the mtdoops console há 16 anos atrás
check_signature.c cc2ea416b2 uninline check_signature() há 18 anos atrás
checksum.c be0e1e788b lib/checksum.c: optimize do_csum a bit há 14 anos atrás
cmdline.c d974ae379a generic, memparse(): constify argument há 17 anos atrás
cordic.c 10f8113ecb lib: cordic: add library module providing cordic angle calculation há 14 anos atrás
cpu-notifier-error-inject.c c9d221f86e fault-injection: add CPU notifier error injection module há 15 anos atrás
cpu_rmap.c c39649c331 lib: cpu_rmap: CPU affinity reverse-mapping há 14 anos atrás
cpumask.c 37e7b5f153 cpumask: alloc_cpumask_var() use NUMA_NO_NODE há 14 anos atrás
crc-ccitt.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c há 19 anos atrás
crc-itu-t.c 3e7cbae7c6 CRC ITU-T V.41 há 18 anos atrás
crc-t10dif.c f11f594edb [SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRC há 17 anos atrás
crc16.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c há 19 anos atrás
crc32.c 60063497a9 atomic: use <linux/atomic.h> há 14 anos atrás
crc32defs.h 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
crc7.c ad241528c4 CRC7 support há 18 anos atrás
crc8.c 7150962d63 lib: crc8: add new library module providing crc8 algorithm há 14 anos atrás
ctype.c 7707e61c70 ctype: constify read-only _ctype string há 15 anos atrás
debug_locks.c bcb38ceb22 Revert "debug_locks: set oops_in_progress if we will log messages." há 14 anos atrás
debugobjects.c 161b6ae0e0 debugobjects: Fix boot crash when kmemleak and debugobjects enabled há 14 anos atrás
dec_and_lock.c 60063497a9 atomic: use <linux/atomic.h> há 14 anos atrás
decompress.c 3ebe12439b decompressors: add boot-time XZ support há 14 anos atrás
decompress_bunzip2.c 2b6b5caa6d Decompressors: include <linux/slab.h> in <linux/decompress/mm.h> há 14 anos atrás
decompress_inflate.c 1da914e064 decompressors: check input size in decompress_inflate.c há 14 anos atrás
decompress_unlzma.c eb0cf3e19b Decompressors: validate match distance in decompress_unlzma.c há 14 anos atrás
decompress_unlzo.c fb7fa589fd Decompressors: fix callback-to-callback mode in decompress_unlzo.c há 14 anos atrás
decompress_unxz.c 25985edced Fix common misspellings há 14 anos atrás
devres.c ae891a1b93 devres: fix possible use after free há 14 anos atrás
div64.c 658716d19f div64_u64(): improve precision on 32bit platforms há 14 anos atrás
dma-debug.c ba4b87ad54 dma-debug: print information about leaked entry há 14 anos atrás
dump_stack.c 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
dynamic_debug.c e8d9792aa5 dynamic_debug: add #include <linux/sched.h> há 14 anos atrás
extable.c ad6561dffa module: trim exception table on init free. há 16 anos atrás
fault-inject.c dd48c085c1 fault-injection: add ability to export fault_attr in arbitrary directory há 14 anos atrás
find_last_bit.c 19de85ef57 bitops: add #ifndef for each of find bitops há 14 anos atrás
find_next_bit.c 63e424c844 arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} há 14 anos atrás
flex_array.c 704f15ddb5 flex_array: avoid divisions when accessing elements há 14 anos atrás
gcd.c d282922461 lib: add lib/gcd.c há 16 anos atrás
gen_crc32table.c 836e2af925 crc32: major optimization há 15 anos atrás
genalloc.c 7f184275aa lib, Make gen_pool memory allocator lockless há 14 anos atrás
halfmd4.c 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
hexdump.c ac83ed6878 include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guard há 14 anos atrás
hweight.c d61931d89b x86: Add optimized popcnt variants há 15 anos atrás
idr.c 88eca0207c ida: simplified functions for id allocation há 14 anos atrás
inflate.c 1490cf5f0c MN10300: Don't try and #include <linux/slab.h> in lib/inflate.c from bootloader há 15 anos atrás
int_sqrt.c f0c00257d6 [PATCH] lib: Fix bug in int_sqrt() for 64 bit longs há 19 anos atrás
iomap.c 82ed223c26 iomap: make IOPORT/PCI mapping functions conditional há 14 anos atrás
iomap_copy.c 22ae813b85 [PATCH] add __iowrite64_copy há 19 anos atrás
iommu-helper.c e269b08517 iommu: inline iommu_num_pages há 15 anos atrás
ioremap.c 81e88fdc43 ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support há 14 anos atrás
irq_regs.c efbc52f945 [PATCH] irq_reqs: export __irq_regs há 19 anos atrás
is_single_threaded.c 967cc53711 kernel: is_current_single_threaded: don't use ->mmap_sem há 16 anos atrás
kasprintf.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h há 15 anos atrás
klist.c 210272a284 driver core: Remove completion from struct klist_node há 16 anos atrás
kobject.c a685e08987 Delay struct net freeing while there's a sysfs instance refering to it há 14 anos atrás
kobject_uevent.c f6e6e7799e kobject_uevent: fix typo in comments há 15 anos atrás
kref.c ecf7ace9a8 kref: Add a kref_sub function há 14 anos atrás
kstrtox.c 75fb8f2693 lib: make _tolower() public há 14 anos atrás
lcm.c 72d39508e4 lib/lcm.c: quiet sparse noise há 14 anos atrás
libcrc32c.c 53b146ae59 libcrc32c: Fix "crc32c undefined" compilation error há 16 anos atrás
list_debug.c 3c18d4de86 Expand CONFIG_DEBUG_LIST to several other list operations há 14 anos atrás
list_sort.c 041b78f232 lib/list_sort: test: check element addresses há 14 anos atrás
llist.c f49f23abf3 lib, Add lock-less NULL terminated single list há 14 anos atrás
locking-selftest-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests há 19 anos atrás
locking-selftest-mutex.h cae2ed9aa5 [PATCH] lockdep: locking API self tests há 19 anos atrás
locking-selftest-rlock-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests há 19 anos atrás
locking-selftest-rlock-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests há 19 anos atrás
locking-selftest-rlock.h cae2ed9aa5 [PATCH] lockdep: locking API self tests há 19 anos atrás
locking-selftest-rsem.h cae2ed9aa5 [PATCH] lockdep: locking API self tests há 19 anos atrás
locking-selftest-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests há 19 anos atrás
locking-selftest-spin-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests há 19 anos atrás
locking-selftest-spin-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests há 19 anos atrás
locking-selftest-spin.h cae2ed9aa5 [PATCH] lockdep: locking API self tests há 19 anos atrás
locking-selftest-wlock-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests há 19 anos atrás
locking-selftest-wlock-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests há 19 anos atrás
locking-selftest-wlock.h cae2ed9aa5 [PATCH] lockdep: locking API self tests há 19 anos atrás
locking-selftest-wsem.h cae2ed9aa5 [PATCH] lockdep: locking API self tests há 19 anos atrás
locking-selftest.c ba9f207c9f rcu: Fix unpaired rcu_irq_enter() from locking selftests há 14 anos atrás
lru_cache.c a08aa355af lru_cache: use correct type in sizeof for allocation há 14 anos atrás
nlattr.c e3fa3aff0c net: fix nla_policy_len to actually _iterate_ over the policy há 14 anos atrás
parser.c 25985edced Fix common misspellings há 14 anos atrás
percpu_counter.c 819a72af8d percpucounter: Optimize __percpu_counter_add a bit through the use of this_cpu() options. há 14 anos atrás
plist.c 732375c6a5 plist: Remove the need to supply locks to plist heads há 14 anos atrás
prio_heap.c 40bc1f2dbc lib: fix sparse shadowed variable warning há 16 anos atrás
prio_tree.c 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
proportions.c f94181da71 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip há 16 anos atrás
radix-tree.c e504f3fdd6 tmpfs radix_tree: locate_item to speed up swapoff há 14 anos atrás
random32.c f1bbbb6912 Merge branch 'master' into for-next há 15 anos atrás
ratelimit.c 57119c34e5 ratelimit: fix the return value when __ratelimit() fails to acquire the lock há 15 anos atrás
rational.c 7ee3aebe31 lib/rational.c needs module.h há 15 anos atrás
rbtree.c 0b6bb66d12 Export the augmented rbtree helper functions há 14 anos atrás
reciprocal_div.c 6a2d7a955d [PATCH] SLAB: use a multiply instead of a divide in obj_to_index() há 18 anos atrás
rwsem-spinlock.c 3eac4abaa6 rwsem generic spinlock: use IRQ save/restore spinlocks há 15 anos atrás
rwsem.c d123375425 rwsem: Remove redundant asmregparm annotation há 14 anos atrás
scatterlist.c edce6820a9 scatterlist: prevent invalid free when alloc fails há 15 anos atrás
sha1.c 72fd4a35a8 [PATCH] Numerous fixes to kernel-doc info in source files. há 18 anos atrás
show_mem.c 7bf02ea22c arch, mm: filter disallowed nodes from arch specific show_mem functions há 14 anos atrás
smp_processor_id.c 4ab0a9409a cpumask: convert lib/smp_processor_id to new cpumask ops há 16 anos atrás
sort.c b53907c010 generic swap(): lib/sort.c: rename swap to swap_func há 16 anos atrás
spinlock_debug.c 9828ea9d75 locking: Further name space cleanups há 15 anos atrás
string.c d0f1fed29e Add a strtobool function matching semantics of existing in kernel equivalents há 14 anos atrás
string_helpers.c a8659597bf [SCSI] lib: string_get_size(): don't hang on zero; no decimals on exact há 17 anos atrás
swiotlb.c 5f98ecdbce swiotlb: Export swioltb_nr_tbl and utilize it as appropiate. há 14 anos atrás
syscall.c bbc698636e task_current_syscall há 17 anos atrás
test-kstrtox.c 01eda2e0c0 kstrtox: fix compile warnings in test há 14 anos atrás
textsearch.c de0368d5fe textsearch: doc - fix spelling in lib/textsearch.c. há 14 anos atrás
timerqueue.c 25985edced Fix common misspellings há 14 anos atrás
ts_bm.c 3b76d08190 textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithm há 17 anos atrás
ts_fsm.c 43138833ee textsearch: ts_fsm: return error on request for case insensitive search há 17 anos atrás
ts_kmp.c 2523c3fc2b textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt algorithm há 17 anos atrás
uuid.c fab1c23242 Unified UUID/GUID definition há 15 anos atrás
vsprintf.c 45b583b10a Merge 'akpm' patch series há 14 anos atrás