| Commit message (Expand) | Author | Age | Files | Lines |
* | Use helpers to obtain task pid in printks | Pavel Emelyanov | 2007-10-19 | 9 | -15/+16 |
* | get rid of input BIT* duplicate defines | Jiri Slaby | 2007-10-19 | 2 | -7/+7 |
* | remove asm/bitops.h includes | Jiri Slaby | 2007-10-19 | 3 | -3/+3 |
* | pid namespaces: changes to show virtual ids to user | Pavel Emelyanov | 2007-10-19 | 1 | -3/+4 |
* | pid namespaces: define is_global_init() and is_container_init() | Serge E. Hallyn | 2007-10-19 | 1 | -1/+1 |
* | pid namespaces: round up the API | Pavel Emelianov | 2007-10-19 | 1 | -2/+2 |
* | Console events and accessibility | Samuel Thibault | 2007-10-19 | 1 | -1/+44 |
* | Console keyboard events and accessibility | Samuel Thibault | 2007-10-19 | 1 | -6/+36 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2007-10-18 | 63 | -25350/+0 |
|\ |
|
| * | mv watchdog tree under drivers | Wim Van Sebroeck | 2007-10-18 | 63 | -25350/+0 |
* | | IPMI: add 0.9 support | Corey Minyard | 2007-10-18 | 1 | -13/+2 |
* | | IPMI: fix hotmod remove lock | Corey Minyard | 2007-10-18 | 1 | -9/+7 |
* | | IPMI: new NMI handling | Corey Minyard | 2007-10-18 | 1 | -41/+105 |
* | | IPMI: add polled interface | Corey Minyard | 2007-10-18 | 3 | -47/+73 |
* | | IPMI: remove bogus semaphore from watchdog | Corey Minyard | 2007-10-18 | 1 | -14/+3 |
* | | IPMI: don't init irq until ready | Corey Minyard | 2007-10-18 | 1 | -4/+4 |
* | | sparse pointer use of zero as null | Stephen Hemminger | 2007-10-18 | 1 | -1/+1 |
* | | Add missing newlines to some uses of dev_<level> messages | Joe Perches | 2007-10-18 | 1 | -3/+7 |
* | | Char: rocket, fix signed/unsigned warning | Jiri Slaby | 2007-10-18 | 1 | -2/+2 |
* | | Char: rocket, remove potential leak in module_init | Jiri Slaby | 2007-10-18 | 1 | -14/+20 |
* | | Char: rocket, remove pci_read_config_dword(CLASS_REVISION) | Jiri Slaby | 2007-10-18 | 1 | -11/+4 |
* | | Char: rocket, don't re-set statics to 0 | Jiri Slaby | 2007-10-18 | 1 | -12/+0 |
* | | Char: rocket, fix dynamic_dev tty | Jiri Slaby | 2007-10-18 | 1 | -5/+9 |
* | | Char: rocket, switch sleep_on to completion | Jiri Slaby | 2007-10-18 | 2 | -10/+9 |
* | | Char: moxa, remove sleep_on | Jiri Slaby | 2007-10-18 | 1 | -4/+5 |
* | | Char: moxa, function names cleanup | Jiri Slaby | 2007-10-18 | 1 | -31/+31 |
* | | Char: moxa, cleanup prints | Jiri Slaby | 2007-10-18 | 1 | -42/+31 |
* | | Cyclades: Avoid label defined but not used warning | Jesper Juhl | 2007-10-18 | 1 | -4/+4 |
* | | Char: cyclades, fix some -W warnings | Jiri Slaby | 2007-10-18 | 1 | -49/+39 |
* | | Char: cyclades, move spin_lock to one place | Jiri Slaby | 2007-10-18 | 1 | -7/+2 |
* | | Char: cyclades, make the isr code readable | Jiri Slaby | 2007-10-18 | 1 | -325/+292 |
* | | Char: cyclades, remove bottom half processing | Jiri Slaby | 2007-10-18 | 1 | -91/+20 |
* | | Char: moxa, fix and optimise empty timer | Jiri Slaby | 2007-10-18 | 1 | -2/+2 |
* | | mxser: fix compiler warning when building without CONFIG_PCI | Jesper Juhl | 2007-10-18 | 1 | -2/+2 |
* | | mxser: remove commented crap | Alan Cox | 2007-10-18 | 1 | -19/+0 |
* | | Char: mxser_new, remove useless comments in mxser_cards | Jiri Slaby | 2007-10-18 | 1 | -21/+21 |
* | | Char: mxser_new, move to PCI_VDEVICE | Jiri Slaby | 2007-10-18 | 1 | -36/+18 |
* | | Char: mxser_new, upgrade to 1.10 | Jiri Slaby | 2007-10-18 | 1 | -8/+24 |
* | | sysctl: simplify the pty sysctl logic | Eric W. Biederman | 2007-10-18 | 1 | -1/+23 |
* | | PM: Move definition of struct pm_ops to suspend.h | Rafael J. Wysocki | 2007-10-18 | 1 | -1/+1 |
* | | tty_ioctl: fix the baud_table check in encode_baud_rate | Maciej W. Rozycki | 2007-10-18 | 1 | -3/+8 |
* | | Remove CONFIG_VT_UNICODE | Jan Engelhardt | 2007-10-18 | 2 | -22/+1 |
|/ |
|
* | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 | Linus Torvalds | 2007-10-17 | 1 | -5/+6 |
|\ |
|
| * | x86: Create clflush() inline, remove hardcoded wbinvd | H. Peter Anvin | 2007-10-17 | 1 | -5/+6 |
* | | Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-10-17 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | paravirt: refactor struct paravirt_ops into smaller pv_*_ops | Jeremy Fitzhardinge | 2007-10-16 | 1 | -1/+1 |
* | | drivers/char/ip2: fix used-uninit'd bug | Jeff Garzik | 2007-10-17 | 1 | -5/+1 |
* | | lp_console: cleanups | Pavel Machek | 2007-10-17 | 1 | -9/+8 |
* | | HVC console is also used by iSeries, so add that to HVC_DRIVER help. | Rusty Russell | 2007-10-17 | 1 | -1/+1 |
* | | Delay creation of khcvd thread | Rusty Russell | 2007-10-17 | 2 | -18/+42 |