Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-12-11 | 1 | -2/+2 |
|\ | |||||
| * | Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled" | Ingo Molnar | 2012-12-11 | 1 | -0/+78 |
| * | Merge tag 'cputime-adjustment-cleanups' of git://git.kernel.org/pub/scm/linux... | Ingo Molnar | 2012-12-08 | 2 | -80/+2 |
| |\ | |||||
| | * | cputime: Rename thread_group_times to thread_group_cputime_adjusted | Frederic Weisbecker | 2012-11-28 | 1 | -2/+2 |
| | * | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2012-11-18 | 1 | -78/+0 |
| | |\ | |||||
| | | * | sched/autogroup: Fix crash on reboot when autogroup is disabled | Mike Galbraith | 2012-10-30 | 1 | -78/+0 |
* | | | | Merge branch 'akpm' (Andrew's patchbomb) | Linus Torvalds | 2012-12-11 | 11 | -78/+82 |
|\ \ \ \ | |||||
| * | | | | mm, oom: change type of oom_score_adj to short | David Rientjes | 2012-12-11 | 1 | -5/+5 |
| * | | | | mm: redefine address_space.assoc_mapping | Rafael Aquini | 2012-12-11 | 4 | -9/+9 |
| * | | | | mm: adjust address_space_operations.migratepage() return code | Rafael Aquini | 2012-12-11 | 1 | -2/+2 |
| * | | | | mm: use vm_unmapped_area() in hugetlbfs | Michel Lespinasse | 2012-12-11 | 1 | -34/+8 |
| * | | | | mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB | Andi Kleen | 2012-12-11 | 1 | -13/+50 |
| * | | | | writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr() | Namjae Jeon | 2012-12-11 | 5 | -15/+8 |
* | | | | | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-12-11 | 2 | -25/+39 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge 3.7-rc6 into tty-next | Greg Kroah-Hartman | 2012-11-16 | 5 | -3/+130 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge v3.7-rc5 into tty-next | Greg Kroah-Hartman | 2012-11-14 | 37 | -214/+330 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | Merge 3.7-rc3 into tty-next | Greg Kroah-Hartman | 2012-10-29 | 36 | -231/+413 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | tty, ioctls -- Add new ioctl definitions for tty flags fetching | Cyrill Gorcunov | 2012-10-25 | 1 | -0/+3 |
| * | | | | | | | TTY: devpts, document devpts inode operations | Jiri Slaby | 2012-10-22 | 1 | -0/+21 |
| * | | | | | | | TTY: devpts, do not set driver_data | Jiri Slaby | 2012-10-22 | 1 | -15/+6 |
| * | | | | | | | TTY: devpts, return created inode from devpts_pty_new | Jiri Slaby | 2012-10-22 | 1 | -6/+6 |
| * | | | | | | | TTY: devpts, don't care about TTY in devpts_get_tty | Jiri Slaby | 2012-10-22 | 1 | -5/+4 |
* | | | | | | | | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-12-11 | 2 | -3/+2 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||||
| * | | | | | | | sysfs: Mark sysfs_attr_ns static | Josh Triplett | 2012-11-26 | 1 | -2/+2 |
| * | | | | | | | fs/debugsfs: remove unnecessary inode->i_private initialization | Yan Hong | 2012-11-15 | 1 | -1/+0 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | vfs: fix O_DIRECT read past end of block device | Linus Torvalds | 2012-12-08 | 1 | -1/+17 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | vfs: clear to the end of the buffer on partial buffer reads | Dan Carpenter | 2012-12-05 | 1 | -1/+1 |
* | | | | | | vfs: avoid "attempt to access beyond end of device" warnings | Linus Torvalds | 2012-12-04 | 1 | -0/+52 |
* | | | | | | Merge branch 'block-dev' | Linus Torvalds | 2012-12-03 | 3 | -190/+71 |
|\ \ \ \ \ \ | |||||
| * | | | | | | blkdev_max_block: make private to fs/buffer.c | Linus Torvalds | 2012-11-29 | 2 | -55/+14 |
| * | | | | | | direct-io: don't read inode->i_blkbits multiple times | Linus Torvalds | 2012-11-29 | 1 | -3/+5 |
| * | | | | | | blockdev: remove bd_block_size_semaphore again | Linus Torvalds | 2012-11-29 | 1 | -101/+4 |
| * | | | | | | fs/buffer.c: make block-size be per-page and protected by the page lock | Linus Torvalds | 2012-11-29 | 1 | -31/+48 |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-01 | 4 | -10/+21 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fix off-by-one in argument passed by iterate_fd() to callbacks | Al Viro | 2012-11-29 | 1 | -6/+8 |
| * | | | | | | | lookup_one_len: don't accept . and .. | Al Viro | 2012-11-29 | 1 | -0/+5 |
| * | | | | | | | cifs: get rid of blind d_drop() in readdir | Al Viro | 2012-11-29 | 1 | -1/+4 |
| * | | | | | | | nfs_lookup_revalidate(): fix a leak | Al Viro | 2012-11-29 | 1 | -2/+2 |
| * | | | | | | | don't do blind d_drop() in nfs_prime_dcache() | Al Viro | 2012-11-29 | 1 | -1/+2 |
* | | | | | | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2012-11-30 | 2 | -5/+4 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | CIFS: Fix wrong buffer pointer usage in smb_set_file_info | Pavel Shilovsky | 2012-11-28 | 1 | -2/+1 |
| * | | | | | | | cifs: fix writeback race with file that is growing | Jeff Layton | 2012-11-27 | 1 | -3/+3 |
* | | | | | | | | Merge branch 'akpm' (Fixes from Andrew) | Linus Torvalds | 2012-11-26 | 4 | -4/+20 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | writeback: put unused inodes to LRU after writeback completion | Jan Kara | 2012-11-26 | 3 | -2/+17 |
| * | | | | | | | | proc: check vma->vm_file before dereferencing | Stanislav Kinsbursky | 2012-11-26 | 1 | -2/+3 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2012-11-26 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | jbd: Fix lock ordering bug in journal_unmap_buffer() | Jan Kara | 2012-11-23 | 1 | -0/+2 |
* | | | | | | | | Merge tag 'for-linus-20121123' of git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2012-11-23 | 1 | -18/+21 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | jffs2: Fix lock acquisition order bug in jffs2_write_begin | Thomas Betker | 2012-11-09 | 1 | -18/+21 |
* | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2012-11-20 | 4 | -19/+60 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | |