| Commit message (Expand) | Author | Age | Files | Lines |
* | pnpbios: propagate kthread_run() error | Erik Ekman | 2009-04-03 | 1 | -4/+3 |
* | pnpbios: fix warning if CONFIG_HOTPLUG=n | Erik Ekman | 2009-04-03 | 1 | -6/+7 |
* | spi-gpio: allow operation without CS signal | Michael Buesch | 2009-04-03 | 2 | -8/+19 |
* | gpio: gpio_{request,free}() now required (feature removal) | David Brownell | 2009-04-03 | 3 | -18/+27 |
* | gpiolib: allow GPIOs to be named | Daniel Silverstone | 2009-04-03 | 2 | -1/+11 |
* | rtc: add m41t62 support to rtc-m41t80 driver | Daniel Glockner | 2009-04-03 | 2 | -7/+15 |
* | rtc-v3020: add ability to access v3020 chip with GPIOs | Mike Rapoport | 2009-04-03 | 2 | -20/+176 |
* | initramfs: prevent initramfs printk message being split by messages from othe... | Simon Kitching | 2009-04-03 | 1 | -3/+4 |
* | Simplify copy_thread() | Alexey Dobriyan | 2009-04-03 | 27 | -27/+28 |
* | memory_accessor: implement the new memory_accessor interfaces for SPI EEPROMs | David Brownell | 2009-04-03 | 2 | -14/+50 |
* | memory_accessor: implement the new memory_accessor interface for I2C EEPROM | Kevin Hilman | 2009-04-03 | 2 | -13/+58 |
* | memory_accessor: new interface for reading/writing persistent memory | Kevin Hilman | 2009-04-03 | 1 | -0/+11 |
* | workqueue: add to_delayed_work() helper function | Jean Delvare | 2009-04-03 | 14 | -21/+24 |
* | uml: fix warnings in kernel_execve | Miklos Szeredi | 2009-04-03 | 1 | -1/+2 |
* | uml: fix link error from prefixing of i386 syscalls with ptregs_ | Miklos Szeredi | 2009-04-03 | 1 | -0/+11 |
* | uml: fix compile error from net_device_ops conversion | Miklos Szeredi | 2009-04-03 | 1 | -1/+1 |
* | floppy: provide a PNP device table in the module. | Scott James Remnant | 2009-04-03 | 1 | -0/+8 |
* | vfs: check bh->b_blocknr only if BH_Mapped is set | Nikanth Karthikesan | 2009-04-03 | 1 | -3/+3 |
* | mm: define a UNIQUE value for AS_UNEVICTABLE flag | Lee Schermerhorn | 2009-04-03 | 1 | -4/+8 |
* | add fiemap.h to header-y | Eric Sandeen | 2009-04-03 | 1 | -0/+1 |
* | MAINTAINERS: add hvc_console | Michael Ellerman | 2009-04-03 | 1 | -0/+6 |
* | mm: do_xip_mapping_read: fix length calculation | Martin Schwidefsky | 2009-04-03 | 1 | -2/+2 |
* | random: align rekey_work's timer | Anton Blanchard | 2009-04-03 | 1 | -1/+2 |
* | mm: align vmstat_work's timer | Anton Blanchard | 2009-04-03 | 1 | -2/+3 |
* | writeback: guard against jiffies wraparound on inode->dirtied_when checks (tr... | Jeff Layton | 2009-04-03 | 1 | -4/+22 |
* | __tty_open(): use the correct type for saved_flags | Andrew Morton | 2009-04-03 | 1 | -1/+1 |
* | vfs: skip I_CLEAR state inodes | Wu Fengguang | 2009-04-03 | 3 | -3/+4 |
* | nommu: fix a number of issues with the per-MM VMA patch | David Howells | 2009-04-03 | 6 | -34/+30 |
* | fb: nvidiafb recognizes geforcego 7300 chip as mobile | Sergey Senozhatsky | 2009-04-03 | 1 | -0/+1 |
* | generic debug pagealloc: build fix | Akinobu Mita | 2009-04-03 | 6 | -40/+12 |
* | serial: fixup /proc/tty/driver/serial after proc_fops conversion | Alexey Dobriyan | 2009-04-01 | 1 | -1/+1 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2009-04-01 | 61 | -290/+3188 |
|\ |
|
| * | [IA64] BUG to BUG_ON changes | Stoyan Gaydarov | 2009-04-01 | 8 | -33/+16 |
| * | [IA64] Fix typo/thinko in arch/ia64/sn/kernel/sn2/sn2_smp.c | Randy Dunlap | 2009-04-01 | 1 | -1/+1 |
| * | Pull pvops into release branch | Tony Luck | 2009-03-31 | 45 | -212/+3134 |
| |\ |
|
| | * | ia64: remove some warnings. | Isaku Yamahata | 2009-03-27 | 7 | -14/+47 |
| | * | ia64/xen: fix the link error. | Isaku Yamahata | 2009-03-27 | 1 | -1/+1 |
| | * | ia64/pv_ops/bp/xen: implemented binary patchable pv_cpu_ops. | Isaku Yamahata | 2009-03-26 | 3 | -0/+671 |
| | * | ia64/pv_ops/binary patch: define paravirt_dv_serialize_data() and suppress fa... | Isaku Yamahata | 2009-03-26 | 3 | -0/+9 |
| | * | ia64/pv_ops/bp/module: support binary patching for kernel module. | Isaku Yamahata | 2009-03-26 | 2 | -0/+38 |
| | * | ia64/pv_ops: implement binary patching optimization for native. | Isaku Yamahata | 2009-03-26 | 7 | -25/+898 |
| | * | ia64/pv_op/binarypatch: add helper functions to support binary patching for p... | Isaku Yamahata | 2009-03-26 | 4 | -0/+737 |
| | * | ia64/pv_ops/xen/gate.S: xen gate page paravirtualization | Isaku Yamahata | 2009-03-26 | 2 | -0/+5 |
| | * | ia64/pv_ops: paravirtualize gate.S. | Isaku Yamahata | 2009-03-26 | 3 | -4/+21 |
| | * | ia64/pv_ops: move down __kernel_syscall_via_epc. | Isaku Yamahata | 2009-03-26 | 1 | -81/+81 |
| | * | ia64/pv_ops/xen: define xen specific gate page. | Isaku Yamahata | 2009-03-26 | 5 | -1/+94 |
| | * | ia64/pv_ops: gate page paravirtualization. | Isaku Yamahata | 2009-03-26 | 9 | -43/+231 |
| | * | ia64/pv_ops/xen/pv_time_ops: implement sched_clock. | Isaku Yamahata | 2009-03-26 | 1 | -0/+48 |
| | * | ia64/pv_ops/pv_time_ops: add sched_clock hook. | Isaku Yamahata | 2009-03-26 | 5 | -2/+26 |
| | * | ia64/pv_ops/xen: paravirtualize read/write ar.itc and ar.itm | Isaku Yamahata | 2009-03-26 | 6 | -2/+123 |