Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nozomi: Fix close on error | Alan Cox | 2008-10-13 | 1 | -1/+4 |
* | audit: Handle embedded NUL in TTY input auditing | Miloslav Trmac | 2008-10-13 | 1 | -1/+1 |
* | ip2: avoid add_timer with pending timer | Akinobu Mita | 2008-10-13 | 1 | -15/+4 |
* | ip2: init/deinit cleanup | Jiri Slaby | 2008-10-13 | 3 | -251/+198 |
* | ip2: fix sparse warnings | Jiri Slaby | 2008-10-13 | 1 | -9/+5 |
* | ip2: cleanup globals | Jiri Slaby | 2008-10-13 | 1 | -11/+7 |
* | Char: merge ip2main and ip2base | Jiri Slaby | 2008-10-13 | 3 | -125/+77 |
* | Char: sx, fix io unmapping | Jiri Slaby | 2008-10-13 | 1 | -2/+2 |
* | Char: cyclades. remove bogus iomap | Jiri Slaby | 2008-10-13 | 1 | -9/+12 |
* | epca: call tty_port_init | Alan Cox | 2008-10-13 | 1 | -4/+1 |
* | drivers/char/hvc_console.c: adjust call to put_tty_driver | Julia Lawall | 2008-10-13 | 1 | -2/+2 |
* | Merge branch 'x86-core-v2-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-10-12 | 1 | -3/+3 |
|\ | |||||
| * | Merge branch 'linus' into x86/xen | Ingo Molnar | 2008-10-12 | 19 | -13/+168 |
| |\ | |||||
| * \ | Merge branch 'core/xen' into x86/xen | Ingo Molnar | 2008-09-10 | 3 | -14/+18 |
| |\ \ | |||||
| * \ \ | Merge branch 'linus' into x86/xen | Ingo Molnar | 2008-08-25 | 5 | -8/+4 |
| |\ \ \ | |||||
| * | | | | xen: clean up domain mode predicates | Jeremy Fitzhardinge | 2008-08-20 | 1 | -3/+3 |
* | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-10-11 | 19 | -13/+168 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Merge phase #2 (PAT updates) of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2008-10-11 | 16 | -8/+152 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'linus' into x86/pat2 | Ingo Molnar | 2008-10-10 | 1 | -2/+12 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge commit 'v2.6.27-rc6' into x86/pat | Ingo Molnar | 2008-09-14 | 7 | -22/+22 |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | |||||
| | * | | | | | linux-next: fix x86 tree build failure | Stephen Rothwell | 2008-08-25 | 1 | -1/+1 |
| | * | | | | | agp: enable optimized agp_alloc_pages methods | Rene Herman | 2008-08-22 | 13 | -0/+30 |
| | * | | | | | Merge branch 'x86/urgent' into x86/pat | Ingo Molnar | 2008-08-22 | 21 | -204/+315 |
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | |||||
| | * | | | | | agp: add agp_generic_destroy_pages() | Shaohua Li | 2008-08-21 | 3 | -8/+63 |
| | * | | | | | agp: generic_alloc_pages() | Shaohua Li | 2008-08-21 | 3 | -0/+59 |
| | * | | | | | Revert "reduce tlb/cache flush times of agpgart memory allocation" | Ingo Molnar | 2008-08-21 | 2 | -7/+1 |
| | * | | | | | reduce tlb/cache flush times of agpgart memory allocation | Shaohua Li | 2008-08-15 | 2 | -1/+7 |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2008-10-10 | 1 | -0/+1 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'next' into for-linus | James Morris | 2008-10-10 | 1 | -0/+1 |
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | |||||
| | | * | | | | | Merge branch 'master' into next | James Morris | 2008-09-21 | 1 | -9/+10 |
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | | | |||||
| | | * | | | | | securityfs: do not depend on CONFIG_SECURITY | Eric Paris | 2008-08-28 | 1 | -0/+1 |
| * | | | | | | | block: don't depend on consecutive minor space | Tejun Heo | 2008-10-09 | 1 | -3/+3 |
| |/ / / / / / | |||||
| * | | | | | | kgdboc,tty: Fix tty polling search to use name correctly | Jason Wessel | 2008-09-26 | 1 | -2/+12 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | David S. Miller | 2008-09-16 | 3 | -14/+18 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | drivers/char/random.c: fix a race which can lead to a bogus BUG() | Andrew Morton | 2008-09-02 | 1 | -9/+10 |
| |/ / / / | |||||
| * | | | | tty: Fix termios tty window resize race with pty/tty pair | Alan Cox | 2008-08-27 | 1 | -3/+4 |
| * | | | | tty: TIOCGSOFTCAR/SSOFTCAR on pty is wron | Alan Cox | 2008-08-27 | 1 | -2/+4 |
| | |_|/ | |/| | | |||||
* | | | | sparc: Annotate of_device_id arrays with const or __initdata. | David S. Miller | 2008-08-31 | 1 | -1/+1 |
* | | | | sparc32: Convert PC RTC probing to pure OF driver. | David S. Miller | 2008-08-30 | 1 | -13/+17 |
|/ / / | |||||
* | | | removed unused #include <linux/version.h>'s | Adrian Bunk | 2008-08-23 | 3 | -3/+0 |
* | | | drivers/char/ipmi/ipmi_si_intf.c:default_find_bmc(): fix leak | Andrew Morton | 2008-08-20 | 1 | -5/+3 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-08-19 | 1 | -0/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | nf_nat: use secure_ipv4_port_ephemeral() for NAT port randomization | Stephen Hemminger | 2008-08-18 | 1 | -0/+1 |
* | | | removed unused #include <version.h> | Huang Weiyi | 2008-08-16 | 3 | -3/+0 |
* | | | tty: remove resize window special case | Alan Cox | 2008-08-15 | 3 | -53/+105 |
|/ / | |||||
* | | crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore() | Suresh Siddha | 2008-08-13 | 1 | -0/+8 |
* | | drivers/char/rtc.c: removed duplicated include | Huang Weiyi | 2008-08-12 | 1 | -1/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2008-08-12 | 1 | -3/+2 |
|\ \ | |||||
| * | | fix spinlock recursion in hvc_console | Christian Borntraeger | 2008-08-12 | 1 | -3/+2 |
| |/ | |||||
* | | agp: fix SIS 5591/5592 wrong PCI id | Krzysztof Helt | 2008-08-12 | 1 | -1/+1 |