| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce HAVE_AOUT symbol to remove hard-coded arch list for BINFMT_AOUT | David Woodhouse | 2008-09-06 | 1 | -2/+3 |
* | Remove redundant CONFIG_ARCH_SUPPORTS_AOUT | David Woodhouse | 2008-09-06 | 2 | -6/+0 |
* | uml: fix tty-related build error | WANG Cong | 2008-07-30 | 1 | -13/+1 |
* | um: use generic show_mem() | Johannes Weiner | 2008-07-26 | 1 | -31/+0 |
* | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2008-07-24 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'linus' into timers/nohz | Ingo Molnar | 2008-07-18 | 18 | -27/+76 |
| |\ |
|
| * | | nohz: prevent tick stop outside of the idle loop | Thomas Gleixner | 2008-07-18 | 1 | -1/+1 |
* | | | UML: make several more things static | WANG Cong | 2008-07-24 | 13 | -23/+12 |
* | | | arch/um/kernel/mem.c: remove arch_validate() | WANG Cong | 2008-07-24 | 2 | -33/+1 |
* | | | arch/um/kernel/irq.c: clean up some functions | WANG Cong | 2008-07-24 | 3 | -37/+2 |
* | | | UML - Fix boot crash | Jeff Dike | 2008-07-23 | 1 | -0/+8 |
| |/
|/| |
|
* | | Merge branch 'generic-ipi' into generic-ipi-for-linus | Ingo Molnar | 2008-07-15 | 1 | -2/+1 |
|\ \ |
|
| * | | smp_call_function: get rid of the unused nonatomic/retry argument | Jens Axboe | 2008-06-26 | 1 | -2/+1 |
* | | | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 2008-07-14 | 18 | -29/+80 |
|\ \ \ |
|
| * | | | [UML] fix gcc ICEs and unresolved externs | Jeff Dike | 2008-07-07 | 3 | -1/+10 |
| |/ / |
|
| * | | uml: work around broken host PTRACE_SYSEMU | Jeff Dike | 2008-06-12 | 1 | -9/+16 |
| * | | uml: remove include of asm/user.h | Jeff Dike | 2008-06-12 | 1 | -2/+2 |
| * | | uml: PATH_MAX needs limits.h | Ingo Molnar | 2008-06-06 | 1 | -0/+1 |
| * | | uml: stub needs to tolerate SIGWINCH | Jeff Dike | 2008-06-06 | 1 | -1/+1 |
| * | | uml: memcpy export needs to follow host declaration | Jeff Dike | 2008-06-06 | 1 | -0/+4 |
| * | | uml: deal with inaccessible address space start | Tom Spink | 2008-06-06 | 4 | -11/+26 |
| * | | uml: remove a duplicate include | Huang Weiyi | 2008-06-06 | 1 | -1/+0 |
| * | | uml: deal with host time going backwards | Jeff Dike | 2008-06-06 | 1 | -0/+7 |
| |/ |
|
| * | thanks to net/mac80211 we need to pull drivers/leds/Kconfig on uml | Al Viro | 2008-05-21 | 1 | -0/+2 |
| * | missing export of csum_partial() on uml/amd64 | Al Viro | 2008-05-21 | 1 | -2/+4 |
| * | uml: add missing exports for UML_RANDOM=m | Al Viro | 2008-05-21 | 1 | -0/+5 |
| * | fix include order in sys-i386/registers.c | Al Viro | 2008-05-21 | 1 | -0/+1 |
| * | missed kmalloc() in pcap_user.c | Al Viro | 2008-05-21 | 1 | -1/+1 |
| * | [PATCH] take init_files to fs/file.c | Al Viro | 2008-05-16 | 1 | -1/+0 |
* | | uml-random: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+3 |
* | | uml-mmapper: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+2 |
* | | uml-harddog: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+3 |
|/ |
|
* | uml: track and make up lost ticks | Jeff Dike | 2008-05-13 | 3 | -6/+53 |
* | uml: style fixes in the random driver | Jeff Dike | 2008-05-13 | 1 | -38/+41 |
* | uml: random driver fixes | Jeff Dike | 2008-05-13 | 4 | -30/+63 |
* | uml: physical memory shouldn't include initial stack | Jeff Dike | 2008-05-13 | 1 | -1/+4 |
* | uml: use PAGE_SIZE in linker scripts | Cyrill Gorcunov | 2008-05-13 | 3 | -13/+15 |
* | uml: use DIV_ROUND_UP | Jiri Olsa | 2008-05-13 | 1 | -2/+2 |
* | uml: fix CONFIG_RAW dependencies | Robert P. J. Day | 2008-05-13 | 1 | -3/+3 |
* | uml: use __SPIN_LOCK_UNLOCKED | Jeff Dike | 2008-05-13 | 1 | -2/+2 |
* | uml: fix bad NTP interaction with clock | Jeff Dike | 2008-05-13 | 1 | -2/+2 |
* | uml: fix build when SLOB is enabled | Jeff Dike | 2008-05-13 | 17 | -24/+28 |
* | uml: fix errno return | Johann Felix Soden | 2008-05-13 | 1 | -1/+1 |
* | uml: tidy ptrace interface | Jeff Dike | 2008-05-13 | 6 | -62/+23 |
* | uml: style fixes | Jeff Dike | 2008-05-13 | 4 | -15/+4 |
* | uml: redo host capability detection and disabling | Jeff Dike | 2008-05-13 | 1 | -40/+41 |
* | uml: fix inconsistence due to tty_operation change | WANG Cong | 2008-05-08 | 2 | -3/+3 |
* | Revert "uml: fix gcc problem" | Linus Torvalds | 2008-05-06 | 1 | -4/+1 |
* | uml: fix gcc problem | Ingo Molnar | 2008-05-04 | 1 | -1/+4 |
* | unified (weak) sys_pipe implementation | Ulrich Drepper | 2008-05-03 | 1 | -17/+0 |