]> git.kernelconcepts.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2012-09-11 Stephen RothwellAdd linux-next specific files for 20120911 next-20120911
2012-09-11 Stephen RothwellMerge branch 'akpm/master'
2012-09-11 Hein Tiboschlib/decompress.c add __init to decompress_method and...
2012-09-11 Jesper Juhltaskstats: cgroupstats_user_cmd() may leak on error
2012-09-11 Ed Cashinaoe: update documentation with new URL and VM settings...
2012-09-11 Ed Cashinaoe: update copyright year in touched files
2012-09-11 Ed Cashinaoe: update internal version number to 49
2012-09-11 Ed Cashinaoe: remove unused code and add cosmetic improvements
2012-09-11 Ed Cashinaoe: increase net_device reference count while using it
2012-09-11 Ed Cashinaoe: associate frames with the AoE storage target
2012-09-11 Ed Cashinaoe: disallow unsupported AoE minor addresses
2012-09-11 Ed Cashinaoe: do revalidation steps in order
2012-09-11 Ed Cashinaoe: failover remote interface based on aoe_deadsecs...
2012-09-11 Ed Cashinaoe: use packets that work with the smallest-MTU local...
2012-09-11 Ed Cashinaoe: use a kernel thread for transmissions
2012-09-11 Ed Cashinaoe: become I/O request queue handler for increased...
2012-09-11 Ed Cashinaoe: kernel thread handles I/O completions for simple...
2012-09-11 Ed Cashinaoe: for performance support larger packet payloads
2012-09-11 Paul Clementsnbd: handle discard requests
2012-09-11 Paul Clementsnbd: add set flags ioctl
2012-09-11 Alexandre Bouninerapidio/tsi721: modify mport name assignment
2012-09-11 Manfred Spraulipc/sem.c: alternatives to preempt_disable()
2012-09-11 Wei Yongjunkdump: remove unneeded include
2012-09-11 Prasad Joshiproc_sysctl.c: use BUG_ON instead of BUG
2012-09-11 Andrew Mortonproc-use-kzalloc-instead-of-kmalloc-and-memset-fix
2012-09-11 yanproc: use kzalloc instead of kmalloc and memset
2012-09-11 yanproc: no need to initialize proc_inode->fd in proc_get_...
2012-09-11 yanproc: return -ENOMEM when inode allocation failed
2012-09-11 Alex Kellycoredump: update coredump-related headers
2012-09-11 Alex Kellyfs: amended coredump-related sysctl functions
2012-09-11 Alex Kellycoredump: make core dump functionality optional
2012-09-11 Alex Kellycoredump: move core dump functionality into its own...
2012-09-11 Aristeu Rozanskidevice_cgroup: rename whitelist to exception list
2012-09-11 Aristeu Rozanskidevice_cgroup: convert device_cgroup internally to...
2012-09-11 Aristeu Rozanskidevice_cgroup: introduce dev_whitelist_clean()
2012-09-11 Aristeu Rozanskidevice_cgroup: add "deny_all" in dev_cgroup structure
2012-09-11 Andrew Mortonfat-simplify-writeback_inode-checkpatch-fixes-fix
2012-09-11 Andrew Mortonfat-simplify-writeback_inode-checkpatch-fixes
2012-09-11 Namjae Jeonfat: simplify writeback_inode()
2012-09-11 Namjae Jeonfat: no need to reset EOF in ent_put for FAT32
2012-09-11 Cruz Julian... fs/fat: fix checkpatch issues in fatent.c
2012-09-11 Andrew Mortonfs-fat-fix-all-other-checkpatch-issues-in-dirc-fix
2012-09-11 Cruz Julian... fs/fat: fix all other checkpatch issues in dir.c
2012-09-11 Cruz Julian... fs/fat: fix some small checkpatch issues in dir.c
2012-09-11 Cruz Julian... fs/fat: fix two checkpatch issues in cache.c
2012-09-11 Cruz Julian... fs/fat: chang indentation of some comments in fat.h
2012-09-11 Cruz Julian... fs/fat: fix some checkpatch issues in fat.h
2012-09-11 Cruz Julian... fs/fat: fix a checkpatch issue in namei_msdos.c
2012-09-11 Steven J. Magnanifat (exportfs): fix dentry reconnection
2012-09-11 Steven J. Magnanifat (exportfs): move NFS support code
2012-09-11 Namjae Jeonfat: use accessor function for msdos_dir_entry 'start'
2012-09-11 Julia Lawalldrivers/rtc/rtc-coh901331.c: use clk_prepare_enable...
2012-09-11 Venu Byravarasurtc: rc5t583: add ricoh rc5t583 RTC driver
2012-09-11 Lars-Peter... drivers/rtc/rtc-spear.c: fix several error checks
2012-09-11 Lars-Peter... drivers/rtc/rtc-jz4740.c: fix IRQ error check
2012-09-11 Venu Byravarasurtc: kconfig: remove unnecessary dependencies.
2012-09-11 Stephen Warrenrtc: add MAX8907 RTC driver
2012-09-11 Venu Byravarasurtc: tps65910: add RTC driver for TPS65910 PMIC RTC
2012-09-11 Devendra Nagadrivers/rtc/rtc-at91sam9.c: use module_platform_driver...
2012-09-11 Vincent Palatinrtc: recycle id when unloading a rtc driver
2012-09-11 Shawn Guortc: snvs: change timeout to use a fixed number of...
2012-09-11 Shawn Guortc: snvs: add Freescale rtc-snvs driver
2012-09-11 Andrew Mortonrtc-add-dallas-ds2404-driver-fix
2012-09-11 Sven Schnellertc: add Dallas DS2404 driver
2012-09-11 Kim, Milortc-proc: permit the /proc/driver/rtc device to use...
2012-09-11 Ben Gardnerdrivers/rtc/rtc-isl1208.c: add support for the ISL1218
2012-09-11 Paton J. Lewisepoll: support for disabling items, and a self-test app
2012-09-11 Andrew Mortondrivers-firmware-dmi_scanc-fetch-dmi-version-from-smbio...
2012-09-11 Zhenzhong Duandrivers/firmware/dmi_scan.c: fetch dmi version from...
2012-09-11 Andrew Mortondrivers-firmware-dmi_scanc-check-dmi-version-when-get...
2012-09-11 Zhenzhong Duandrivers/firmware/dmi_scan.c: check dmi version when...
2012-09-11 Andrew Mortonlib-parserc-avoid-overflow-in-match_number-fix
2012-09-11 Alex Elderlib/parser.c: avoid overflow in match_number()
2012-09-11 Marcin Juszkiewiczbacklight: remove ProGear driver
2012-09-11 Andrew Mortonbacklight-add-new-lm3639-backlight-driver-fix
2012-09-11 G.Shark Jeongbacklight: add new lm3639 backlight driver
2012-09-11 Andrew Mortonbacklight-add-backlight-driver-for-lm3630-chip-fix
2012-09-11 G.Shark Jeongbacklight: add Backlight driver for lm3630 chip
2012-09-11 Kim, Milobacklight: lp855x: add FAST bit description for LP8556
2012-09-11 Jingoo Handrivers/video/backlight/kb3886_bl.c: use usleep_range...
2012-09-11 Jingoo Handrivers/video/backlight/ltv350qv.c: use usleep_range...
2012-09-11 Jingoo Handrivers/video/backlight/da9052_bl.c: use usleep_range...
2012-09-11 Philip, Avinashdrivers/video/backlight/pwm_bl.c: add device tree suppo...
2012-09-11 Joe PerchesMAINTAINERS: Update gianfar_ptp after renaming
2012-09-11 Uwe Kleine... MAINTAINERS: add defconfig file to IMX section
2012-09-11 Yang BaiMAINTAINERS: update gpio subsystem file list
2012-09-11 Andy Shevchenkolib/vsprintf: update documentation to cover all of...
2012-09-11 George Spelvinlib: vsprintf: fix broken comments
2012-09-11 George Spelvinlib: vsprintf: optimize put_dec_trunc8()
2012-09-11 George Spelvinlib: vsprintf: optimize division by 10000
2012-09-11 George Spelvinlib: vsprintf: optimize division by 10 for small integers
2012-09-11 Shawn Guokernel/sys.c: call disable_nonboot_cpus() in kernel_res...
2012-09-11 Jiri Kosinatile: fix personality bits handling upon exec()
2012-09-11 Jiri Kosinacross-arch: don't corrupt personality flags upon exec()
2012-09-11 Daniel Mackdrivers/misc/lis3lv02d/lis3lv02d_spi.c: add DT matching...
2012-09-11 Daniel Mackdrivers/misc/lis3lv02d: add generic DT matching code
2012-09-11 Fengguang Wuscore: select generic atomic64_t support
2012-09-11 Geert Uytterhoevenfrv: kill used but uninitialized variable
2012-09-11 Haggai Eranmm: wrap calls to set_pte_at_notify with invalidate_ran...
2012-09-11 Andrew Mortonmm-move-all-mmu-notifier-invocations-to-be-done-outside...
next