| Commit message (Expand) | Author | Age |
... | |
| * | | | | | | | | | | | | | | | | | Merge commit 'v2.6.29-rc1' into perfcounters/core | Ingo Molnar | 2009-01-10 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2008-12-29 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2008-12-14 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | | | performance counters: core code | Thomas Gleixner | 2008-12-08 |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-06-11 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | | | | vt: use kzalloc() instead of the bootmem allocator | Pekka Enberg | 2009-06-11 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / /
| |/| | | | | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-06-11 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | | | | block: Do away with the notion of hardsect_size | Martin K. Petersen | 2009-05-22 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / /
| |/| | | | | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'serial-from-alan' | Linus Torvalds | 2009-06-11 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | | | moxa: prevent opening unavailable ports | Dirk Eibach | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: use prepare/finish_wait | Jiri Slaby | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: remove sleep_on | Jiri Slaby | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: Untangle termios and mm mutex dependencies | Alan Cox | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: bfin_jtag_comm: emulate a TTY over the Blackfin EMUDAT/JTAG interface | Mike Frysinger | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: simplify buffer allocator cleanups | Alan Cox | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: remove buffer special casing | Alan Cox | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: bring ldisc into CodingStyle | Alan Cox | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: Move ldisc_flush | Alan Cox | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: rewrite the ldisc locking | Alan Cox | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: Extract various bits of ldisc code | Alan Cox | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: Fix oops when scanning the polling list for kgdb | Alan Cox | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | pty: Fix a comment | Alan Cox | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: throttling race fix | Alan Cox | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | epca: fix test_bit parameters | Jiri Slaby | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | rocket: fix test_bit parameters | Jiri Slaby | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: cyclades, remove unused variables | Jiri Slaby | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: cyclades, fix nports handling | Jiri Slaby | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: cyclades, convert macros to inlines | Jiri Slaby | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: cyclades, cache HW version | Jiri Slaby | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: cyclades, plx9060 casts cleanup | Jiri Slaby | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: synclink_gt add receive pio mode | Paul Fulghum | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: Implement a drain delay in the tty port | Alan Cox | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: Add carrier processing on close to the tty_port core | Alan Cox | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: cyclades, remove spurious check in ISR | Jiri Slaby | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty: cyclades, don't kill FW | Jiri Slaby | 2009-06-11 |
| * | | | | | | | | | | | | | | | | | | | | tty:cyclades, load firmware even on Ze | Jiri Slaby | 2009-06-11 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | | | | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2009-06-10 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into irq/numa | Ingo Molnar | 2009-06-01 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'x86/apic' into irq/numa | Ingo Molnar | 2009-05-12 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/
| | |/| | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | | | irq: change ACPI GSI APIs to also take a device argument | Yinghai Lu | 2009-04-28 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / /
| |/| | | | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | | | | Make /dev/zero reads interruptible by signals | Linus Torvalds | 2009-06-09 |
| |_|_|/ / / / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | | | char: mxser, fix ISA board lookup | Peter Botha | 2009-06-09 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ /
|/| | | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | | drivers/char/mem.c: avoid OOM lockup during large reads from /dev/zero | Salman Qazi | 2009-06-04 |
| |_|/ / / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | ipmi: fix ipmi_si modprobe hang | Corey Minyard | 2009-05-22 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | TPM: get_event_name stack corruption | Eric Paris | 2009-05-19 |
* | | | | | | | | | | | | | | | | Avoid ICE in get_random_int() with gcc-3.4.5 | Linus Torvalds | 2009-05-19 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | sysrq, intel_fb: fix sysrq g collision | Jason Wessel | 2009-05-15 |
| |/ / / / / / / / / / / / /
|/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | random: make get_random_int() more random | Linus Torvalds | 2009-05-07 |
* | | | | | | | | | | | | | | vt: Add a note on the historical abuse of CLOCK_TICK_RATE | Alan Cox | 2009-05-06 |
|/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | virtio-rng: Remove false BUG for spurious callbacks | Christian Borntraeger | 2009-04-24 |