deliverable/linux.git
2012-05-30  Linus TorvaldsMerge branch 'x86-trampoline-for-linus' of git://git...
2012-05-30  Linus TorvaldsMerge git://git./linux/kernel/git/mchehab/linux-edac
2012-05-30  Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2012-05-30  Linus TorvaldsMerge branch 'for-linus' of git://git.linaro.org/people...
2012-05-30  Linus TorvaldsMerge branch 'akpm' (Andrew's patch-bomb)
2012-05-29  Sachin Kamatdrivers/rtc/rtc-s3c.c: fix compiler warning
2012-05-29  Hannu Heikkinendrivers/rtc/rtc-tegra.c: clean up probe/remove routines
2012-05-29  Rajkumar Kasirajandrivers/rtc/rtc-pl031.c: remove RTC timer interrupt...
2012-05-29  Roland Stiggedrivers/rtc/rtc-lpc32xx.c: add device tree support
2012-05-29  Nikolaus Vossdrivers/rtc/rtc-m41t93.c: don't let get_time() reset...
2012-05-29  Wolfram Sangrtc: ds1307: add trickle charger support
2012-05-29  Wolfram Sangrtc: ds1307: remove superfluous initialization
2012-05-29  Fabio Estevamrtc: rename CONFIG_RTC_MXC to CONFIG_RTC_DRV_MXC
2012-05-29  Fabio Estevamdrivers/rtc/Kconfig: place RTC_DRV_IMXDI and RTC_MXC...
2012-05-29  Alexander Steindrivers/rtc/rtc-pcf8563.c: add RTC_VL_READ/RTC_VL_CLR...
2012-05-29  Alexander Steinrtc: add ioctl to get/clear battery low voltage status
2012-05-29  H Hartley Sweetendrivers/rtc/rtc-ep93xx.c: convert to use module_platfor...
2012-05-29  Viresh Kumarrtc/spear: add Device Tree probing capability
2012-05-29  Pierre Carrierlib/vsprintf.c: "%#o",0 becomes '0' instead of '00'
2012-05-29  Nick Pigginradix-tree: fix preload vector size
2012-05-29  Stephen Boydspinlock_debug: print kallsyms name for lock
2012-05-29  Stephen Boydvsprintf: fix %ps on non symbols when using kallsyms
2012-05-29  Andrew Mortonlib/bitmap.c: fix documentation for scnprintf() functions
2012-05-29  Andrew Mortonlib/string_helpers.c: make arrays static
2012-05-29  Uwe Kleine... lib/test-kstrtox.c: mark const init data with __initcon...
2012-05-29  Chris Metcalflist_debug: WARN for adding something already in the...
2012-05-29  Johan Hovoldleds: add LM3533 LED driver
2012-05-29  Alexander Steindrivers/leds/leds-pca955x.c: fix race condition while...
2012-05-29  Shuah Khanleds: add new transient trigger for one shot timer...
2012-05-29  Alexander Hollerleds: heartbeat: stop on shutdown
2012-05-29  Kim, Milodrivers/leds/leds-lm3530.c: simplify als configuration...
2012-05-29  Kim, Miloinclude/linux/led-lm3530.h: comment correction about...
2012-05-29  Shuah Khanleds: change ledtrig-timer to use activated flag
2012-05-29  Shuah Khanleds: change existing triggers to use activated flag
2012-05-29  Shuah Khanleds: add new field to led_classdev struct to save...
2012-05-29  Thomas Meyerleds: Use kcalloc instead of kzalloc to allocate array
2012-05-29  Shuah Khanleds: simple_strtoul() cleanup
2012-05-29  David Dajun... leds: driver for DA9052/53 PMIC v2
2012-05-29  Dan Carpenterdrivers/leds/leds-lp5521.c: fix lp5521_read() error...
2012-05-29  Jingoo Hanbacklight: tosa_lcd: use devm_ functions
2012-05-29  Jingoo Hanbacklight: tosa_bl: use devm_ functions
2012-05-29  Jingoo Hanbacklight: tdo24m: use devm_ functions
2012-05-29  Jingoo Hanbacklight: s6e63m0: use devm_ functions
2012-05-29  Jingoo Hanbacklight: ltv350qv: use devm_ functions
2012-05-29  Jingoo Hanbacklight: lms283gf05: use devm_ functions
2012-05-29  Jingoo Hanbacklight: ld9040: use devm_ functions
2012-05-29  Jingoo Hanbacklight: l4f00242t03: use devm_ functions
2012-05-29  Jingoo Hanbacklight: ili9320: use devm_ functions
2012-05-29  Jingoo Hanbacklight: corgi_lcd: use devm_ functions
2012-05-29  Jingoo Hanbacklight: ams369fg06: use devm_ functions
2012-05-29  Jingoo Hanbacklight: adp8870: use devm_ functions
2012-05-29  Jingoo Hanbacklight: adp8860: use devm_ functions
2012-05-29  Corentin Charybacklight: initialize struct backlight_properties properly
2012-05-29  Jingoo Handrivers/video/backlight/l4f00242t03.c: use pr_fmt
2012-05-29  Jingoo Hanbacklight: progear: use pr_err() instead of printk()
2012-05-29  Jingoo Hanbacklight: omap1: use pr_info() instead of printk()
2012-05-29  Jingoo Hanbacklight: jornada720: use pr_err()/pr_info() instead...
2012-05-29  Jingoo Hanbacklight: generic_bl: use pr_info() instead of printk()
2012-05-29  Jingoo Hanbacklight: cr_bllcd: use pr_err()/pr_info() instead...
2012-05-29  Jingoo Hanbacklight: apple_bl: use pr_debug()/pr_err() instead...
2012-05-29  Jingoo Hanbacklight: use pr_warn() and pr_debug() instead of...
2012-05-29  Jingoo Handrivers/video/backlight/adp5520_bl.c: use kstrtoul()
2012-05-29  Jingoo Handrivers/video/backlight/adp8870_bl.c: use kstrtoul()
2012-05-29  Jingoo Handrivers/video/backlight/adp8860_bl.c: use kstrtoul()
2012-05-29  Johan Hovoldbacklight: add LM3533 backlight driver
2012-05-29  H Hartley Sweetendrivers/video/backlight/apple_bl.c: include header...
2012-05-29  Inki Daelcd: add callbacks for early fb event blank support
2012-05-29  Inki Daefbdev: add events for early fb event support
2012-05-29  Lars-Peter... blacklight: remove redundant spi driver bus initialization
2012-05-29  Alessandro... MAINTAINERS: remove Alessandro
2012-05-29  Uwe Kleine... hamradio/scc: orphan driver in MAINTAINERS
2012-05-29  Glauber Costamemcg: decrement static keys at real destroy time
2012-05-29  Glauber Costamemcg: always free struct memcg through schedule_work()
2012-05-29  Hugh Dickinsmm/memcg: apply add/del_page to lruvec
2012-05-29  Hugh Dickinsmm: trivial cleanups in vmscan.c
2012-05-29  Hugh Dickinsmm/memcg: get_lru_size not get_lruvec_size
2012-05-29  Johannes Weinermm: memcg: print statistics from live counters
2012-05-29  Johannes Weinermm: memcg: group swapped-out statistics counter logically
2012-05-29  Johannes Weinermm: memcg: keep ratelimit counter separate from event...
2012-05-29  Johannes Weinermm: memcg: print statistics directly to seq_file
2012-05-29  Johannes Weinermm: memcg: convert numa stat to read_seq_string interface
2012-05-29  Johannes Weinermm: memcg: remove obsolete statistics array boundary...
2012-05-29  Glauber Costarescounter: remove __must_check from res_counter_charge...
2012-05-29  KAMEZAWA Hiroyukimemcg: don't uncharge in mem_cgroup_move_account()
2012-05-29  KAMEZAWA Hiroyukimemcg: move charges to root cgroup if use_hierarchy=0
2012-05-29  KAMEZAWA Hiroyukimemcg: use res_counter_uncharge_until() in move_parent()
2012-05-29  Frederic Weisbeckerrescounters: add res_counter_uncharge_until()
2012-05-29  Konstantin... mm/vmscan: kill struct mem_cgroup_zone
2012-05-29  Konstantin... mm/vmscan: push lruvec pointer into should_continue_rec...
2012-05-29  Konstantin... mm/vmscan: push lruvec pointer into get_scan_count()
2012-05-29  Konstantin... mm/vmscan: push lruvec pointer into shrink_list()
2012-05-29  Konstantin... mm/vmscan: push lruvec pointer into inactive_list_is_low()
2012-05-29  Konstantin... mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_...
2012-05-29  Konstantin... mm/vmscan: push lruvec pointer into putback_inactive_pa...
2012-05-29  Konstantin... mm/vmscan: remove update_isolated_counts()
2012-05-29  Konstantin... mm/vmscan: push zone pointer into shrink_page_list()
2012-05-29  Konstantin... mm/vmscan: push lruvec pointer into isolate_lru_pages()
2012-05-29  Konstantin... mm: add link from struct lruvec to struct zone
2012-05-29  Konstantin... mm/vmscan: store "priority" in struct scan_control
2012-05-29  Konstantin... mm/memcg: use vm_swappiness from target memory cgroup
next
This page took 0.042761 seconds and 5 git commands to generate.