| Commit message (Expand) | Author | Age | Files | Lines |
* | hrtimers: Avoid touching inactive timer bases | Thomas Gleixner | 2011-05-23 | 6 | -19/+29 |
* | hrtimers: Make struct hrtimer_cpu_base layout less stupid | Thomas Gleixner | 2011-05-23 | 1 | -1/+1 |
* | timerfd: Manage cancelable timers in timerfd | Thomas Gleixner | 2011-05-23 | 5 | -102/+113 |
* | Merge branch 'timers/urgent' into timers/core | Thomas Gleixner | 2011-05-20 | 1183 | -14075/+28811 |
|\ |
|
| * | MAINTAINERS: Add drivers/clocksource to TIMEKEEPING | Thomas Gleixner | 2011-05-20 | 1 | -0/+1 |
| * | clockevents/source: Use u64 to make 32bit happy | Thomas Gleixner | 2011-05-20 | 2 | -2/+2 |
| * | selinux: avoid unnecessary avc cache stat hit count | Linus Torvalds | 2011-05-20 | 3 | -9/+11 |
| * | selinux: de-crapify avc cache stat code generation | Linus Torvalds | 2011-05-20 | 1 | -5/+1 |
| * | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-05-20 | 45 | -365/+1847 |
| |\ |
|
| | * | debugfs: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warning | Stephen Boyd | 2011-05-14 | 1 | -1/+1 |
| | * | sysfs: remove "last sysfs file:" line from the oops messages | Greg Kroah-Hartman | 2011-05-14 | 7 | -22/+0 |
| | * | drivers/base/memory.c: fix warning due to "memory hotplug: Speed up add/remov... | Andrew Morton | 2011-05-12 | 1 | -1/+1 |
| | * | memory hotplug: Speed up add/remove when blocks are larger than PAGES_PER_SEC... | Anton Blanchard | 2011-05-12 | 1 | -16/+8 |
| | * | SYSFS: Fix erroneous comments for sysfs_update_group(). | Robert P. J. Day | 2011-05-10 | 1 | -3/+3 |
| | * | driver core: remove the driver-model structures from the documentation | Wanlong Gao | 2011-05-07 | 4 | -141/+4 |
| | * | driver core: Add the device driver-model structures to kerneldoc | Wanlong Gao | 2011-05-07 | 2 | -6/+154 |
| | * | Translated Documentation/email-clients.txt | Harry Wei | 2011-05-07 | 1 | -0/+210 |
| | * | RAW driver: Remove call to kobject_put(). | Robert P. J. Day | 2011-05-07 | 1 | -1/+0 |
| | * | reboot: disable usermodehelper to prevent fs access | Kay Sievers | 2011-05-07 | 1 | -0/+2 |
| | * | efivars: prevent oops on unload when efi is not enabled | Randy Dunlap | 2011-05-07 | 1 | -2/+4 |
| | * | Allow setting of number of raw devices as a module parameter | Jan Kara | 2011-05-07 | 2 | -7/+28 |
| | * | Introduce CONFIG_GOOGLE_FIRMWARE | Mike Waychison | 2011-04-30 | 2 | -1/+15 |
| | * | driver: Google Memory Console | Mike Waychison | 2011-04-30 | 4 | -0/+182 |
| | * | driver: Google EFI SMI | Mike Waychison | 2011-04-30 | 6 | -0/+1013 |
| | * | x86: Better comments for get_bios_ebda() | Mike Waychison | 2011-04-29 | 1 | -2/+5 |
| | * | x86: get_bios_ebda_length() | Mike Waychison | 2011-04-29 | 1 | -0/+21 |
| | * | misc: fix ti-st build issues | Randy Dunlap | 2011-04-29 | 2 | -0/+2 |
| | * | params.c: Use new strtobool function to process boolean inputs | Jonathan Cameron | 2011-04-26 | 1 | -10/+4 |
| | * | debugfs: move to new strtobool | Jonathan Cameron | 2011-04-26 | 1 | -13/+4 |
| | * | Add a strtobool function matching semantics of existing in kernel equivalents | Jonathan Cameron | 2011-04-26 | 2 | -0/+30 |
| | * | drivers:base:fix the coding format of memory.c | Wanlong Gao | 2011-04-26 | 1 | -1/+2 |
| | * | driver core: let dev_set_drvdata return int instead of void as it can fail | Uwe Kleine-König | 2011-04-23 | 2 | -5/+4 |
| | * | driver core/platform_device_add_resources: free resource before overwriting | Uwe Kleine-König | 2011-04-23 | 1 | -0/+1 |
| | * | driver core/platform_device_add_resources: set resource to NULL if !res | Uwe Kleine-König | 2011-04-23 | 1 | -10/+9 |
| | * | driver core/platform_device_add_data: free platform data before overwriting | Uwe Kleine-König | 2011-04-23 | 1 | -0/+1 |
| | * | driver core/platform_device_add_data: set platform_data to NULL if !data | Uwe Kleine-König | 2011-04-23 | 1 | -9/+8 |
| | * | drivers/base/core.c: Fixed brace coding style issue. | Karthigan Srinivasan | 2011-04-23 | 1 | -2/+1 |
| | * | driver-core: fix race between device_register and driver_register | Sebastian Ott | 2011-04-23 | 1 | -0/+5 |
| | * | drivers:misc:ti-st: remove rfkill dependency | Pavan Savoy | 2011-04-23 | 1 | -1/+0 |
| | * | drivers:misc:ti-st: handle delayed tty receive | Pavan Savoy | 2011-04-23 | 2 | -11/+15 |
| | * | kmsg: properly support writev to avoid interleaved printk lines fix | Andrew Morton | 2011-04-20 | 1 | -3/+4 |
| | * | printk: /dev/kmsg - properly support writev() to avoid interleaved printk() l... | Kay Sievers | 2011-04-20 | 1 | -15/+26 |
| | * | uio: clean uioinfo when uninstall uio driver | Jie Zhou | 2011-04-20 | 1 | -0/+4 |
| | * | uio: fix allocating minor id for uio device | Hillf Danton | 2011-04-20 | 1 | -1/+7 |
| | * | uio: fix finding mm index for vma | Hillf Danton | 2011-04-20 | 1 | -5/+3 |
| | * | uio_netx: Add support for netPLC cards | Daniel Trautmann | 2011-04-20 | 1 | -0/+19 |
| | * | HOWTO: sync up Documentaion/ja_JP/HOWTO | Tsugikazu Shibata | 2011-04-20 | 1 | -86/+43 |
| | * | kernel/ksysfs.c: expose file_caps_enabled in sysfs | Ludwig Nussel | 2011-04-20 | 2 | -0/+18 |
| | * | drivers: make device_type const | Stephen Hemminger | 2011-04-20 | 2 | -3/+3 |
| | * | firmware: Fix grammar in sysfs-firmware-dmi doc | Mike Waychison | 2011-04-20 | 1 | -9/+9 |