| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | | debugobjects: Make debug_object_activate() return status | Paul E. McKenney | 2013-08-19 | 1 | -6/+14 |
| | | |/ / /
| | |/| | | |
|
* | | | | | | Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-09-04 | 1 | -13/+14 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'acpi-assorted' | Rafael J. Wysocki | 2013-08-27 | 1 | -13/+14 |
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | * | | | | | earlycpio.c: Fix the confusing comment of find_cpio_data(). | Tang Chen | 2013-08-14 | 1 | -13/+14 |
| | | |/ / /
| | |/| | | |
|
* | | | | | | lockref: Relax in cmpxchg loop | Luck, Tony | 2013-09-04 | 1 | -0/+1 |
* | | | | | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-09-03 | 3 | -4/+39 |
|\ \ \ \ \ \ |
|
| * | | | | | | dynamic debug: line queries failing due to uninitialized local variable | jbaron@akamai.com | 2013-08-28 | 1 | -1/+1 |
| * | | | | | | Merge 3.11-rc3 into driver-core-next | Greg Kroah-Hartman | 2013-07-29 | 3 | -42/+50 |
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| * | | | | | | kobject: delayed kobject release: help find buggy drivers | Russell King | 2013-07-26 | 2 | -3/+38 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | lockref: implement lockless reference count updates using cmpxchg() | Linus Torvalds | 2013-09-02 | 2 | -1/+69 |
* | | | | | | lockref: uninline lockref helper functions | Linus Torvalds | 2013-09-02 | 2 | -0/+70 |
| |_|/ / /
|/| | | | |
|
* | | | | | lib/lz4: correct the LZ4 license | Richard Laager | 2013-08-23 | 3 | -7/+7 |
| |/ / /
|/| | | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2013-07-24 | 2 | -32/+43 |
|\ \ \ \ |
|
| * | | | | Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf... | Herbert Xu | 2013-07-24 | 2 | -32/+43 |
* | | | | | alpha: Modernize lib/mpi/longlong.h | Richard Henderson | 2013-07-19 | 1 | -10/+7 |
| |/ / /
|/| | | |
|
* | | | | kernel: delete __cpuinit usage from all core kernel files | Paul Gortmaker | 2013-07-15 | 3 | -3/+3 |
| |_|/
|/| | |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-07-14 | 1 | -10/+5 |
|\ \ \ |
|
| * | | | llist: fix/simplify llist_add() and llist_add_batch() | Oleg Nesterov | 2013-07-13 | 1 | -10/+5 |
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-07-14 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | mutex: Move ww_mutex definitions to ww_mutex.h | Maarten Lankhorst | 2013-07-12 | 1 | -0/+1 |
* | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2013-07-13 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | lib/Kconfig.debug: Restrict FRAME_POINTER for MIPS | Markos Chandras | 2013-06-21 | 1 | -1/+1 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-07-10 | 1 | -2/+122 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | lib: vsprintf: add IPv4/v6 generic %p[Ii]S[pfs] format specifier | Daniel Borkmann | 2013-07-02 | 1 | -2/+122 |
| | |_|_|/
| |/| | | |
|
* | | | | | lib/scatterlist: error handling in __sg_alloc_table() | Dan Carpenter | 2013-07-09 | 1 | -2/+4 |
* | | | | | lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer() | Akinobu Mita | 2013-07-09 | 1 | -5/+83 |
* | | | | | lib/scatterlist: factor out sg_miter_get_next_page() from sg_miter_next() | Akinobu Mita | 2013-07-09 | 1 | -15/+24 |
* | | | | | lib: add lz4 compressor module | Chanho Min | 2013-07-09 | 6 | -2/+1056 |
* | | | | | lib: add support for LZ4-compressed kernel | Kyungsik Lee | 2013-07-09 | 6 | -1/+203 |
* | | | | | decompressor: add LZ4 decompressor module | Kyungsik Lee | 2013-07-09 | 2 | -0/+420 |
* | | | | | lib: add weak clz/ctz functions | Chanho Min | 2013-07-09 | 2 | -1/+59 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2013-07-05 | 2 | -43/+32 |
|\ \ \ \ \
| |_|_|/ /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | crypto: crct10dif - Use PTR_RET | Herbert Xu | 2013-06-05 | 1 | -3/+1 |
| * | | | crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform fram... | Tim Chen | 2013-05-20 | 2 | -43/+34 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-07-04 | 2 | -3/+3 |
|\ \ \ \ |
|
| * | | | | treewide: Fix typo in printk | Masanari Iida | 2013-06-18 | 1 | -2/+2 |
| * | | | | sprintf: hex_string(): fix comment | Steven Rostedt | 2013-05-29 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'kconfig-diet' from Dave Hansen | Linus Torvalds | 2013-07-04 | 1 | -515/+561 |
|\ \ \ \ |
|
| * | | | | hang and lockup detection menu | Dave Hansen | 2013-07-04 | 1 | -19/+23 |
| * | | | | kconfig: consolidate printk options | Dave Hansen | 2013-07-04 | 1 | -87/+90 |
| * | | | | group locking debugging options | Dave Hansen | 2013-07-04 | 1 | -6/+10 |
| * | | | | consolidate compilation option configs | Dave Hansen | 2013-07-04 | 1 | -76/+80 |
| * | | | | consolidate runtime testing configs | Dave Hansen | 2013-07-04 | 1 | -76/+81 |
| * | | | | order memory debugging Kconfig options | Dave Hansen | 2013-07-04 | 1 | -272/+277 |
| * | | | | consolidate per-arch stack overflow debugging options | Dave Hansen | 2013-07-04 | 1 | -0/+21 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 2013-07-04 | 3 | -8/+48 |
|\ \ \ \ |
|
| * | | | | idr: print a stack dump after ida_remove warning | Jean Delvare | 2013-07-04 | 1 | -5/+2 |
| * | | | | lib/percpu_counter.c: __this_cpu_write() doesn't need to be protected by spin... | Fan Du | 2013-07-04 | 1 | -1/+1 |
| * | | | | dump_stack: serialize the output from dump_stack() | Alex Thorlton | 2013-07-04 | 1 | -2/+45 |
* | | | | | Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-07-03 | 15 | -0/+31584 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|