Age | Commit message (Expand) | Author | Files | Lines |
2011-05-20 | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 1 | -1/+3 |
2011-05-20 | Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g... | Linus Torvalds | 3 | -38/+26 |
2011-05-20 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 8 | -171/+157 |
2011-05-20 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -25/+165 |
2011-05-20 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+2 |
2011-05-20 | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+52 |
2011-05-20 | tty/serial: Fix break handling for PORT_TEGRA | Stephen Warren | 1 | -0/+1 |
2011-05-20 | tty/serial: Add explicit PORT_TEGRA type | Stephen Warren | 2 | -1/+3 |
2011-05-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 6 | -36/+127 |
2011-05-20 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 1 | -1/+3 |
2011-05-20 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp... | Linus Torvalds | 1 | -34/+18 |
2011-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 4 | -20/+34 |
2011-05-20 | list: remove prefetching from regular list iterators | Linus Torvalds | 2 | -18/+14 |
2011-05-20 | hlist: remove software prefetching in hlist iterators | Linus Torvalds | 2 | -10/+9 |
2011-05-19 | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2 | -7/+27 |
2011-05-19 | hwmon: (sht15) add support for CRC validation | Jerome Oufella | 1 | -0/+2 |
2011-05-19 | hwmon: (sht15) add support for the status register | Vivien Didelot | 1 | -0/+4 |
2011-05-19 | hwmon: (sht15) general code clean-up | Vivien Didelot | 1 | -4/+8 |
2011-05-19 | clockevents: Provide interface to reconfigure an active clock event device | Thomas Gleixner | 1 | -0/+2 |
2011-05-19 | clockevents: Provide combined configure and register function | Thomas Gleixner | 1 | -0/+9 |
2011-05-19 | clockevents: Restructure clock_event_device members | Thomas Gleixner | 1 | -22/+23 |
2011-05-19 | clocksource: Restructure clocksource struct members | Thomas Gleixner | 1 | -18/+14 |
2011-05-19 | SSB: Change fallback sprom to callback mechanism. | Hauke Mehrtens | 1 | -1/+3 |
2011-05-19 | Add a strtobool function matching semantics of existing in kernel equivalents | Jonathan Cameron | 1 | -0/+1 |
2011-05-19 | lib: Add generic binary search function to the kernel. | Tim Abbott | 1 | -0/+9 |
2011-05-19 | module: Sort exported symbols | Alessio Igor Bogani | 1 | -2/+2 |
2011-05-19 | module: each_symbol_section instead of each_symbol | Rusty Russell | 1 | -2/+3 |
2011-05-19 | module: reorder kparam_array to remove alignment padding on 64 bit builds | Richard Kennedy | 1 | -3/+4 |
2011-05-19 | module: remove 64 bit alignment padding from struct module with CONFIG_TRACE* | Richard Kennedy | 1 | -6/+7 |
2011-05-19 | module: do not hide __modver_version_show declaration behind ifdef | Dmitry Torokhov | 1 | -2/+3 |
2011-05-19 | module: deal with alignment issues in built-in module versions | Dmitry Torokhov | 1 | -5/+5 |
2011-05-19 | Merge branch 'merge' into next | Benjamin Herrenschmidt | 31 | -57/+120 |
2011-05-19 | ftrace: Modify ftrace_set_filter/notrace to take ops | Steven Rostedt | 1 | -1/+6 |
2011-05-18 | ftrace: Allow dynamically allocated function tracers | Steven Rostedt | 2 | -0/+2 |
2011-05-18 | ftrace: Implement separate user function filtering | Steven Rostedt | 1 | -1/+6 |
2011-05-18 | ftrace: Use counters to enable functions to trace | Steven Rostedt | 1 | -2/+6 |
2011-05-18 | ftrace: Create a global_ops to hold the filter and notrace hashes | Steven Rostedt | 1 | -2/+8 |
2011-05-18 | ftrace: Use hash instead for FTRACE_FL_FILTER | Steven Rostedt | 1 | -2/+1 |
2011-05-18 | ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functions | Steven Rostedt | 1 | -1/+0 |
2011-05-18 | drivercore: revert addition of of_match to struct device | Grant Likely | 2 | -7/+6 |
2011-05-18 | of: fix race when matching drivers | Milton Miller | 1 | -2/+6 |
2011-05-18 | signal: trivial, fix the "timespec declared inside parameter list" warning | Oleg Nesterov | 1 | -1/+3 |
2011-05-18 | genirq: Uninline and sanity check generic_handle_irq() | Thomas Gleixner | 1 | -4/+1 |
2011-05-18 | procfs: add stub for proc_mkdir_mode() | Randy Dunlap | 1 | -0/+2 |
2011-05-18 | PM: Introduce generic prepare and complete callbacks for subsystems | Rafael J. Wysocki | 1 | -7/+19 |
2011-05-18 | PM: Allow drivers to allocate memory from .prepare() callbacks safely | Rafael J. Wysocki | 1 | -0/+4 |
2011-05-18 | Merge branch 'power-domains' into for-linus | Rafael J. Wysocki | 3 | -3/+103 |
2011-05-18 | Merge branch 'syscore' into for-linus | Rafael J. Wysocki | 3 | -26/+0 |
2011-05-18 | kmod: always provide usermodehelper_disable() | Kay Sievers | 1 | -4/+0 |
2011-05-18 | PM: Print a warning if firmware is requested when tasks are frozen | Rafael J. Wysocki | 1 | -0/+5 |