Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-10-16 | |
| |\ \ \ \ \ \ | ||||
| | | \ \ \ \ \ | ||||
| | | \ \ \ \ \ | ||||
| | | \ \ \ \ \ | ||||
| | | \ \ \ \ \ | ||||
| | | \ \ \ \ \ | ||||
| | | \ \ \ \ \ | ||||
| | | \ \ \ \ \ | ||||
| | | \ \ \ \ \ | ||||
| | *-------. \ \ \ \ \ | Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri... | Ingo Molnar | 2008-10-15 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | | | ||||
| | | | | | * | | | | | | printk: robustify printk, fix | Ingo Molnar | 2008-08-11 | |
| | | | | | * | | | | | | printk: robustify printk | Peter Zijlstra | 2008-08-11 | |
| | | | | * | | | | | | | IO resources, x86: ioremap sanity check to catch mapping requests exceeding t... | Suresh Siddha | 2008-09-26 | |
| | | | | * | | | | | | | generic: redefine resource_size_t as phys_addr_t | Jeremy Fitzhardinge | 2008-09-14 | |
| | | | | * | | | | | | | generic: make PFN_PHYS explicitly return phys_addr_t | Jeremy Fitzhardinge | 2008-09-14 | |
| | | | | * | | | | | | | generic: add phys_addr_t for holding physical addresses | Jeremy Fitzhardinge | 2008-09-14 | |
| | | | | * | | | | | | | Merge commit 'v2.6.27-rc6' into core/resources | Ingo Molnar | 2008-09-14 | |
| | | | | |\ \ \ \ \ \ \ | ||||
| | | | * | | | | | | | | | softirq: allocate less vectors | Alexey Dobriyan | 2008-09-06 | |
| * | | | | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-10-16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | x86: fix compat-vdso | Suresh Siddha | 2008-10-15 | |
| | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | | FRV: Switch unaligned access to the packed-struct implementation | Harvey Harrison | 2008-10-16 | |
| * | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 2008-10-16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | firewire: Add more documentation to firewire-cdev.h | Jay Fenlason | 2008-10-15 | |
| | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2008-10-16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | Driver core: add bus_sort_breadthfirst() function | Greg Kroah-Hartman | 2008-10-16 | |
| | * | | | | | | | | | | | | kobject: Cleanup kobject_rename and !CONFIG_SYSFS | Eric W. Biederman | 2008-10-16 | |
| | * | | | | | | | | | | | | kobject: Fix kobject_rename and !CONFIG_SYSFS | Eric W. Biederman | 2008-10-16 | |
| | * | | | | | | | | | | | | sysfs: Make dir and name args to sysfs_notify() const | Trent Piepho | 2008-10-16 | |
| | * | | | | | | | | | | | | platform: add new device registration helper | Dmitry Baryshkov | 2008-10-16 | |
| | * | | | | | | | | | | | | debug: Introduce a dev_WARN() function | Arjan van de Ven | 2008-10-16 | |
| | * | | | | | | | | | | | | sysfs: Support sysfs_notify from atomic context with new sysfs_notify_dirent | Neil Brown | 2008-10-16 | |
| | * | | | | | | | | | | | | driver core: basic infrastructure for per-module dynamic debug messages | Jason Baron | 2008-10-16 | |
| | * | | | | | | | | | | | | device create: remove device_create_drvdata | Greg Kroah-Hartman | 2008-10-16 | |
| | * | | | | | | | | | | | | sysfs: crash debugging | Andrew Morton | 2008-10-16 | |
| | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | | Merge branch 'personality' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2008-10-16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | [PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITY | Martin Schwidefsky | 2008-10-16 | |
| | |/ / / / / / / / / / / | ||||
| * | | | | | | | | | | | | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2008-10-16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | md: remove space after function name in declaration and call. | NeilBrown | 2008-10-12 | |
| | * | | | | | | | | | | | | md: Remove unnecessary #includes, #defines, and function declarations. | NeilBrown | 2008-10-12 | |
| | * | | | | | | | | | | | | md: Convert remaining 1k representations in linear.c to sectors. | Andre Noll | 2008-10-12 | |
| | * | | | | | | | | | | | | md: linear: Represent dev_info->size and dev_info->offset in sectors. | Andre Noll | 2008-10-12 | |
| * | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2008-10-16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'next' into for-linus | Dmitry Torokhov | 2008-10-15 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | | Input: move map_to_7segment.h to include/linux | Atsushi Nemoto | 2008-10-10 | |
| | | * | | | | | | | | | | | | Input: ads7846 - introduce .gpio_pendown to get pendown state | Eric Miao | 2008-09-10 | |
| | | * | | | | | | | | | | | | Input: add keycodes for remote controls/phone keypads | Aristeu Rozanski | 2008-07-30 | |
| | | * | | | | | | | | | | | | Input: expand keycode space | Dmitry Torokhov | 2008-07-30 | |
| | | * | | | | | | | | | | | | Input: gameport - mark gameport_register_driver() __must_check | Dmitry Torokhov | 2008-07-30 | |
| | | * | | | | | | | | | | | | Input: gameport - make gameport_register_driver() return errors | Dmitry Torokhov | 2008-07-30 | |
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-10-16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | IPV6: Fix default gateway criteria wrt. HIGH/LOW preference radv option | Pedro Ribeiro | 2008-10-15 | |
| | * | | | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2008-10-15 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | mac80211: fixme for kernel-doc | Randy Dunlap | 2008-10-14 | |
| | * | | | | | | | | | | | | | | | netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf... | Pablo Neira Ayuso | 2008-10-14 | |
| | |/ / / / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-10-16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'fixes' into for-linus | Russell King | 2008-10-15 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | Merge branch 's3c-move' into devel | Russell King | 2008-10-14 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | [ARM] S3C24XX: Additional include moves | Ben Dooks | 2008-10-07 |