Age | Commit message (Expand) | Author | Files | Lines |
2007-05-07 | uml: start fixing os_read_file and os_write_file | Jeff Dike | 19 | -41/+64 |
2007-05-07 | uml: remove unused x86_64 code | Jeff Dike | 1 | -69/+0 |
2007-05-07 | uml: speed up page table walking | Jeff Dike | 1 | -82/+120 |
2007-05-07 | uml: dump registers on ptrace or wait failure | Jeff Dike | 1 | -12/+25 |
2007-05-07 | uml: drivers get release methods | Jeff Dike | 2 | -9/+27 |
2007-05-07 | uml: delete HOST_FRAME_SIZE | Jeff Dike | 2 | -2/+0 |
2007-05-07 | uml: irq locking commentary | Jeff Dike | 1 | -0/+15 |
2007-05-07 | uml: comment early boot locking | Jeff Dike | 1 | -9/+13 |
2007-05-07 | uml: kernel segfaults should dump proper registers | Jeff Dike | 6 | -22/+78 |
2007-05-07 | uml: tidy fault code | Jeff Dike | 8 | -84/+63 |
2007-05-07 | uml: kernel_thread shouldn't panic | Jeff Dike | 1 | -2/+0 |
2007-05-07 | uml: remove page_size() | Jeff Dike | 10 | -24/+25 |
2007-05-07 | uml: tidy process.c | Jeff Dike | 4 | -90/+38 |
2007-05-07 | uml: no locking needed in tls.c | Jeff Dike | 1 | -3/+8 |
2007-05-07 | uml: speed up exec | Jeff Dike | 1 | -1/+11 |
2007-05-07 | uml: fix umid in xterm titles | Davide Brini | 2 | -4/+4 |
2007-05-07 | uml: Replace one-element array with zero-element array | Paolo 'Blaisorblade' Giarrusso | 2 | -12/+4 |
2007-05-07 | uml: Eliminate temporary buffer in eth_configure | Paolo 'Blaisorblade' Giarrusso | 1 | -12/+13 |
2007-05-07 | uml: improve checking and diagnostics of ethernet MACs | Paolo 'Blaisorblade' Giarrusso | 2 | -9/+41 |
2007-05-07 | remove unused header file: arch/um/kernel/tt/include/mode_kern-tt.h | Robert P. J. Day | 1 | -52/+0 |
2007-05-07 | uml: add missing __init declarations | Jeff Dike | 5 | -10/+12 |
2007-05-07 | uml: remove user_util.h | Jeff Dike | 80 | -108/+0 |
2007-05-07 | uml: move remaining useful contents of user_util.h | Jeff Dike | 5 | -29/+16 |
2007-05-07 | uml: create as-layout.h | Jeff Dike | 13 | -23/+46 |
2007-05-07 | uml: create arch.h | Jeff Dike | 4 | -4/+17 |
2007-05-07 | uml: move SIGIO testing to sigio.c | Jeff Dike | 3 | -148/+145 |
2007-05-07 | ARRAY_SIZE: check for type | Rusty Russell | 4 | -3/+21 |
2007-05-07 | uml: network interface hotplug error handling | Jeff Dike | 9 | -44/+64 |
2007-05-07 | uml-driver-formatting-fixes-fix | Andrew Morton | 1 | -1/+1 |
2007-05-07 | uml: driver formatting fixes | Jeff Dike | 7 | -106/+57 |
2007-05-07 | uml: handle block device hotplug errors | Jeff Dike | 1 | -6/+7 |
2007-05-07 | uml: print coredump limits | Jeff Dike | 1 | -0/+25 |
2007-05-07 | uml: mark tt-mode code for future removal | Jeff Dike | 1 | -12/+4 |
2007-05-07 | uml: host_info tidying | Jeff Dike | 4 | -9/+9 |
2007-05-07 | uml: formatting fixes | Jeff Dike | 4 | -83/+67 |
2007-05-07 | uml: delete unused code | Jeff Dike | 7 | -66/+3 |
2007-05-07 | CRIS: remove code related to pre-2.2 kernel | Robert P. J. Day | 1 | -28/+2 |
2007-05-07 | CRIS: check for memory allocation | Cyrill Gorcunov | 1 | -33/+48 |
2007-05-07 | remove unused header file: drivers/serial/crisv10.h | Robert P. J. Day | 1 | -136/+0 |
2007-05-07 | SPIN_LOCK_UNLOCKED cleanup in arch/m68k | Milind Arun Choudhary | 8 | -10/+10 |
2007-05-07 | remove unused header file: arch/m68k/atari/atasound.h | Robert P. J. Day | 1 | -33/+0 |
2007-05-07 | swsusp: free more memory | Rafael J. Wysocki | 3 | -8/+12 |
2007-05-07 | swsusp: fix snapshot_release | Rafael J. Wysocki | 1 | -1/+0 |
2007-05-07 | kconfig: mention 'hibernation' not just swsusp | David Brownell | 1 | -3/+8 |
2007-05-07 | power management: change /sys/power/disk display | Johannes Berg | 2 | -3/+34 |
2007-05-07 | remove software_suspend() | Johannes Berg | 6 | -26/+13 |
2007-05-07 | freezer: fix racy usage of try_to_freeze in kswapd | Rafael J. Wysocki | 1 | -4/+9 |
2007-05-07 | swsusp: use rbtree for tracking allocated swap | Rafael J. Wysocki | 4 | -118/+86 |
2007-05-07 | freezer: remove PF_NOFREEZE from handle_initrd | Rafael J. Wysocki | 1 | -2/+3 |
2007-05-07 | swsusp: use GFP_KERNEL for creating basic data structures | Rafael J. Wysocki | 4 | -20/+38 |