Age | Commit message (Expand) | Author | Files | Lines |
2012-10-05 | lib/vsprintf.c: improve standard conformance of sscanf() | Jan Beulich | 1 | -19/+14 |
2012-10-05 | lib/spinlock_debug: avoid livelock in do_raw_spin_lock() | Vikram Mulukutla | 1 | -14/+18 |
2012-10-05 | genalloc: make it possible to use a custom allocation algorithm | Benjamin Gaignard | 2 | -4/+111 |
2012-10-05 | lib/gcd.c: prevent possible div by 0 | Davidlohr Bueso | 1 | -0/+3 |
2012-10-05 | lib/Kconfig.debug: adjust hard-lockup related Kconfig options | Jan Beulich | 1 | -4/+5 |
2012-10-05 | lib/parser.c: avoid overflow in match_number() | Alex Elder | 1 | -2/+8 |
2012-10-05 | idr: rename MAX_LEVEL to MAX_IDR_LEVEL | Fengguang Wu | 8 | -27/+27 |
2012-10-05 | kvm: replace test_and_set_bit_le() in mark_page_dirty_in_slot() with set_bit_... | Takuya Yoshikawa | 1 | -2/+1 |
2012-10-05 | powerpc: bitops: introduce {clear,set}_bit_le() | Takuya Yoshikawa | 1 | -0/+10 |
2012-10-05 | bitops: introduce generic {clear,set}_bit_le() | Takuya Yoshikawa | 1 | -0/+10 |
2012-10-05 | drivers/net/ethernet/dec/tulip: Use standard __set_bit_le() function | Takuya Yoshikawa | 2 | -10/+4 |
2012-10-05 | drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functions | Ben Hutchings | 3 | -16/+4 |
2012-10-05 | drivers/video/backlight/platform_lcd.c: add support for device tree based probe | Jingoo Han | 1 | -0/+10 |
2012-10-05 | drivers/video/backlight/da9052_bl.c: drop devm_kfree of devm_kzalloc'd data | Julia Lawall | 1 | -2/+0 |
2012-10-05 | backlight: remove ProGear driver | Marcin Juszkiewicz | 3 | -170/+0 |
2012-10-05 | backlight: add new lm3639 backlight driver | G.Shark Jeong | 4 | -0/+516 |
2012-10-05 | backlight: add Backlight driver for lm3630 chip | G.Shark Jeong | 4 | -0/+540 |
2012-10-05 | backlight: lp855x: add FAST bit description for LP8556 | Kim, Milo | 1 | -0/+2 |
2012-10-05 | drivers/video/backlight/kb3886_bl.c: use usleep_range() instead of msleep() f... | Jingoo Han | 1 | -2/+2 |
2012-10-05 | drivers/video/backlight/ltv350qv.c: use usleep_range() instead of msleep() fo... | Jingoo Han | 1 | -3/+3 |
2012-10-05 | drivers/video/backlight/da9052_bl.c: use usleep_range() instead of msleep() f... | Jingoo Han | 1 | -1/+1 |
2012-10-05 | MAINTAINERS: update email address for Khalid Aziz | Khalid Aziz | 1 | -1/+1 |
2012-10-05 | MAINTAINERS: fix indentation for Viresh Kumar | Andy Shevchenko | 1 | -8/+8 |
2012-10-05 | MAINTAINERS: Update gianfar_ptp after renaming | Joe Perches | 1 | -1/+1 |
2012-10-05 | MAINTAINERS: add defconfig file to IMX section | Uwe Kleine-König | 1 | -0/+1 |
2012-10-05 | MAINTAINERS: update gpio subsystem file list | Yang Bai | 1 | -0/+1 |
2012-10-05 | lib/vsprintf: update documentation to cover all of %p[Mm][FR] | Andy Shevchenko | 2 | -1/+5 |
2012-10-05 | lib: vsprintf: fix broken comments | George Spelvin | 1 | -7/+7 |
2012-10-05 | lib: vsprintf: optimize put_dec_trunc8() | George Spelvin | 1 | -16/+6 |
2012-10-05 | lib: vsprintf: optimize division by 10000 | George Spelvin | 1 | -27/+33 |
2012-10-05 | lib: vsprintf: optimize division by 10 for small integers | George Spelvin | 1 | -2/+3 |
2012-10-05 | poweroff: fix bug in orderly_poweroff() | hongfeng | 1 | -1/+1 |
2012-10-05 | kernel/sys.c: call disable_nonboot_cpus() in kernel_restart() | Shawn Guo | 1 | -0/+1 |
2012-10-05 | tile: fix personality bits handling upon exec() | Jiri Kosina | 1 | -2/+2 |
2012-10-05 | cross-arch: don't corrupt personality flags upon exec() | Jiri Kosina | 16 | -16/+31 |
2012-10-05 | score: select generic atomic64_t support | Fengguang Wu | 1 | -0/+1 |
2012-10-05 | frv: kill used but uninitialized variable | Geert Uytterhoeven | 1 | -10/+9 |
2012-10-05 | sections: fix const sections for crc32 table | Joe Mario | 2 | -6/+9 |
2012-10-05 | sections: fix section conflicts in sound | Andi Kleen | 1 | -1/+1 |
2012-10-05 | sections: fix section conflicts in net | Andi Kleen | 7 | -6/+8 |
2012-10-05 | sections: fix section conflicts in net/can | Andi Kleen | 4 | -4/+4 |
2012-10-05 | sections: fix section conflicts in mm/percpu.c | Andi Kleen | 2 | -2/+2 |
2012-10-05 | sections: fix section conflicts in drivers/video | Andi Kleen | 5 | -6/+6 |
2012-10-05 | sections: fix section conflicts in drivers/scsi | Andi Kleen | 2 | -2/+2 |
2012-10-05 | sections: fix section conflicts in drivers/platform/x86 | Andi Kleen | 3 | -7/+7 |
2012-10-05 | sections: fix section conflicts in drivers/net/wan | Andi Kleen | 1 | -1/+1 |
2012-10-05 | sections: fix section conflicts in drivers/net/hamradio | Andi Kleen | 5 | -7/+7 |
2012-10-05 | sections: fix section conflicts in drivers/net | Andi Kleen | 14 | -15/+15 |
2012-10-05 | sections: fix section conflicts in drivers/mmc | Andi Kleen | 1 | -1/+1 |
2012-10-05 | sections: fix section conflicts in drivers/mfd | Andi Kleen | 1 | -3/+3 |