| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2010-05-27 | 2 | -55/+76 |
|\ |
|
| * | tracing: Convert more ext4 events to DEFINE_EVENT | Li Zefan | 2010-05-17 | 1 | -44/+17 |
| * | ext4: Add new tracepoints to track mballoc's buddy bitmap loads | Theodore Ts'o | 2010-05-17 | 1 | -0/+33 |
| * | quota: add the option to not fail with EDQUOT in block | Eric Sandeen | 2010-05-16 | 1 | -0/+12 |
| * | quota: use flags interface for dquot alloc/free space | Eric Sandeen | 2010-05-16 | 1 | -11/+14 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 2010-05-27 | 1 | -3/+2 |
|\ \ |
|
| * | | firewire: core: use separate timeout for each transaction | Clemens Ladisch | 2010-05-19 | 1 | -1/+2 |
| * | | firewire: core: clean up config ROM related defined constants | Stefan Richter | 2010-04-19 | 1 | -2/+0 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2010-05-27 | 3 | -13/+13 |
|\ \ \ |
|
| * | | | Input: use ABS_CNT rather than (ABS_MAX + 1) | Daniel Mack | 2010-05-20 | 3 | -13/+13 |
* | | | | numa: introduce numa_mem_id()- effective local memory node id | Lee Schermerhorn | 2010-05-27 | 3 | -0/+70 |
* | | | | numa: add generic percpu var numa_node_id() implementation | Lee Schermerhorn | 2010-05-27 | 1 | -5/+46 |
* | | | | vfs: introduce noop_llseek() | jan Blunck | 2010-05-27 | 1 | -0/+1 |
* | | | | asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.h | FUJITA Tomonori | 2010-05-27 | 1 | -2/+0 |
* | | | | asm-generic: add NEED_SG_DMA_LENGTH to define sg_dma_len() | FUJITA Tomonori | 2010-05-27 | 1 | -8/+5 |
* | | | | asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.h | FUJITA Tomonori | 2010-05-27 | 1 | -4/+0 |
* | | | | aio: fix the compat vectored operations | Jeff Moyer | 2010-05-27 | 1 | -0/+5 |
* | | | | compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writev | Jeff Moyer | 2010-05-27 | 1 | -0/+4 |
* | | | | dma-mapping: remove deprecated dma_sync_single and dma_sync_sg API | FUJITA Tomonori | 2010-05-27 | 1 | -15/+0 |
* | | | | dma-mapping: remove unnecessary sync_single_range_* in dma_map_ops | FUJITA Tomonori | 2010-05-27 | 2 | -28/+2 |
* | | | | swiotlb: remove unnecessary swiotlb_sync_single_range_* | FUJITA Tomonori | 2010-05-27 | 1 | -10/+0 |
* | | | | lib/random32: export pseudo-random number generator for modules | Joe Eykholt | 2010-05-27 | 1 | -0/+28 |
* | | | | INIT_SIGHAND: use SIG_DFL instead of NULL | Oleg Nesterov | 2010-05-27 | 1 | -1/+1 |
* | | | | pids: init_struct_pid.tasks should never see the swapper process | Oleg Nesterov | 2010-05-27 | 1 | -4/+4 |
* | | | | INIT_TASK() should initialize ->thread_group list | Oleg Nesterov | 2010-05-27 | 1 | -0/+1 |
* | | | | pids: increase pid_max based on num_possible_cpus | Hedi Berriche | 2010-05-27 | 1 | -0/+9 |
* | | | | rapidio: add switch domain routines | Alexandre Bounine | 2010-05-27 | 1 | -0/+4 |
* | | | | rapidio: modify initialization of switch operations | Alexandre Bounine | 2010-05-27 | 2 | -35/+9 |
* | | | | rapidio: add enabling SRIO port RX and TX | Thomas Moll | 2010-05-27 | 1 | -0/+5 |
* | | | | rapidio: add Port-Write handling for EM | Alexandre Bounine | 2010-05-27 | 4 | -4/+110 |
* | | | | rapidio: add IDT CPS/TSI switches | Alexandre Bounine | 2010-05-27 | 3 | -2/+32 |
* | | | | ipc/sem.c: cacheline align the ipc spinlock for semaphores | Manfred Spraul | 2010-05-27 | 1 | -1/+3 |
* | | | | notifier: change notifier_from_errno(0) to return NOTIFY_OK | Akinobu Mita | 2010-05-27 | 1 | -1/+4 |
* | | | | proc: turn signal_struct->count into "int nr_threads" | Oleg Nesterov | 2010-05-27 | 2 | -3/+3 |
* | | | | proc: get_nr_threads() doesn't need ->siglock any longer | Oleg Nesterov | 2010-05-27 | 1 | -0/+5 |
* | | | | kill the obsolete thread_group_cputime_free() helper | Oleg Nesterov | 2010-05-27 | 1 | -4/+0 |
* | | | | signals: kill the awful task_rq_unlock_wait() hack | Oleg Nesterov | 2010-05-27 | 1 | -1/+0 |
* | | | | signals: make task_struct->signal immutable/refcountable | Oleg Nesterov | 2010-05-27 | 1 | -1/+1 |
* | | | | exit: change zap_other_threads() to count sub-threads | Oleg Nesterov | 2010-05-27 | 1 | -1/+1 |
* | | | | umh: creds: kill subprocess_info->cred logic | Oleg Nesterov | 2010-05-27 | 2 | -2/+0 |
* | | | | umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init() | Oleg Nesterov | 2010-05-27 | 1 | -17/+0 |
* | | | | exec: replace call_usermodehelper_pipe with use of umh init function and reso... | Neil Horman | 2010-05-27 | 1 | -7/+0 |
* | | | | kmod: add init function to usermodehelper | Neil Horman | 2010-05-27 | 1 | -10/+41 |
* | | | | cpusets: randomize node rotor used in cpuset_mem_spread_node() | Jack Steiner | 2010-05-27 | 2 | -0/+9 |
* | | | | cpusets: new round-robin rotor for SLAB allocations | Jack Steiner | 2010-05-27 | 2 | -0/+7 |
* | | | | cgroups: make cftype.unregister_event() void-returning | Kirill A. Shutemov | 2010-05-27 | 1 | -1/+1 |
* | | | | memcg: fix mis-accounting of file mapped racy with migration | akpm@linux-foundation.org | 2010-05-27 | 2 | -2/+9 |
* | | | | memcg: move charge of file pages | Daisuke Nishimura | 2010-05-27 | 1 | -0/+5 |
* | | | | gpiolib: introduce set_debounce method | Felipe Balbi | 2010-05-27 | 2 | -0/+10 |
* | | | | gpiolib: document that names can contain printk format specifiers | Uwe Kleine-König | 2010-05-27 | 1 | -1/+3 |