aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-08TTY: tty_driver, document tty->ops->shutdown limitationJiri Slaby1-0/+2
2012-03-08TTY: serial, simplify ASYNC_USR_MASKJiri Slaby1-2/+2
2012-03-08TTY: remove minor_num from tty_driverJiri Slaby1-1/+0
2012-03-08TTY: let alloc_tty_driver deduce the owner automaticallyJiri Slaby1-1/+4
2012-03-08vt:tackle kbd_tableAlan Cox3-8/+24
2012-03-08route: Remove redirect_genidSteffen Klassert1-1/+0
2012-03-08inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert1-0/+3
2012-03-07Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-0/+2
2012-03-05Merge branch 'akpm' (Andrew's patch bomb)Linus Torvalds3-9/+8
2012-03-05memcg: fix GPF when cgroup removal races with last exitHugh Dickins1-5/+0
2012-03-05vfork: kill PF_STARTINGOleg Nesterov1-1/+0
2012-03-05coredump_wait: don't call complete_vfork_done()Oleg Nesterov1-1/+0
2012-03-05vfork: make it killableOleg Nesterov1-1/+1
2012-03-05vfork: introduce complete_vfork_done()Oleg Nesterov1-0/+1
2012-03-05kmsg_dump: don't run on non-error paths by defaultMatthew Garrett1-2/+7
2012-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+5
2012-03-05Merge branch 'for-3.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-14/+15
2012-03-05perf: Add callback to flush branch_stack on context switchStephane Eranian1-1/+8
2012-03-05perf: Add generic taken branch sampling supportStephane Eranian1-4/+67
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar49-118/+280
2012-03-04vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.cLinus Torvalds1-20/+0
2012-03-04percpu: fix __this_cpu_{sub,inc,dec}_return() definitionKonstantin Khlebnikov1-3/+3
2012-03-03Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6Linus Torvalds2-2/+2
2012-03-02Merge tag 'dwc3-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-0/+24
2012-03-02vfs: clarify and clean up dentry_cmp()Linus Torvalds1-5/+4
2012-03-02vfs: uninline full_name_hash()Linus Torvalds1-8/+1
2012-03-02vfs: trivial __d_lookup_rcu() cleanupsLinus Torvalds1-1/+2
2012-03-02regset: Return -EFAULT, not -EIO, on host-side memory faultH. Peter Anvin1-2/+2
2012-03-02regset: Prevent null pointer reference on readonly regsetsH. Peter Anvin1-0/+6
2012-03-02sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto1-1/+1
2012-03-02usb: dwc3: Add Exynos Specific Glue layerAnton Tikhomirov1-0/+24
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern1-0/+4
2012-03-02block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura1-0/+1
2012-03-01Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-3/+20
2012-03-01usb: core: hcd: make hcd->irq unsignedFelipe Balbi1-1/+1
2012-03-01Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman3-0/+32
2012-03-01Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman4-77/+99
2012-03-01sched/rt: Do not submit new work when PI-blockedThomas Gleixner1-0/+8
2012-03-01sched/wait: Add __wake_up_all_locked() APIThomas Gleixner1-2/+3
2012-03-01sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner1-1/+4
2012-03-01sched/rt: Add schedule_preempt_disabled()Thomas Gleixner1-0/+1
2012-03-01Merge branch 'linus' into sched/coreIngo Molnar61-446/+302
2012-02-29Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux-2.6-samsung into HEADDave Airlie2-3/+20
2012-02-28tcp: fix comment for tp->highest_sackNeal Cardwell2-3/+5
2012-02-28USB: create module_usb_serial_driver macroGreg KH1-0/+28
2012-02-28usb/storage: remove Filler member from struct bulk_cs_wrapSebastian Andrzej Siewior1-1/+0
2012-02-28usb/storage: redefine US_BULK_FLAG_IN and use itSebastian Andrzej Siewior1-1/+1
2012-02-28usb/storage: a couple defines from drivers/usb/storage/transport.h to include/linux/usb/storage.hSebastian Andrzej Siewior1-0/+39
2012-02-28static keys: Inline the static_key_enabled() functionJason Baron1-6/+5
2012-02-28Merge branch 'perf/jump-labels' into perf/coreIngo Molnar7-57/+119