Age | Commit message (Expand) | Author |
2012-10-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2012-10-01 | Merge tag 'regulator-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/br... | Linus Torvalds |
2012-10-01 | Merge tag 'regmap-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broon... | Linus Torvalds |
2012-10-01 | Merge branches 'from-henrik', 'hidraw', 'logitech', 'picolcd', 'ps3', 'uclogi... | Jiri Kosina |
2012-10-01 | pinctrl: clarify idle vs sleep states | Linus Walleij |
2012-09-30 | mlx4: Modify proxy/tunnel QP mechanism so that guests do no calculations | Jack Morgenstein |
2012-09-30 | mlx4: Paravirtualize Node Guids for slaves | Jack Morgenstein |
2012-09-30 | mlx4: Activate SR-IOV mode for IB | Jack Morgenstein |
2012-09-30 | net/mlx4_core: Adjustments to SET_PORT for IB SR-IOV | Jack Morgenstein |
2012-09-30 | mlx4_core: Add IB port-state machine and port mgmt event propagation | Jack Morgenstein |
2012-09-30 | mlx4: Implement QP paravirtualization and maintain phys_pkey_cache for smp_snoop | Jack Morgenstein |
2012-09-30 | IB/mlx4: Initialize SR-IOV IB support for slaves in master context | Jack Morgenstein |
2012-09-30 | mlx4_core: Add proxy and tunnel QPs to the reserved QP area | Jack Morgenstein |
2012-09-30 | IB/mlx4: SR-IOV IB context objects and proxy/tunnel SQP support | Jack Morgenstein |
2012-09-30 | IB/core: Add ib_find_exact_cached_pkey() | Jack Morgenstein |
2012-09-30 | IB/core: Reserve bits in enum ib_qp_create_flags for low-level driver use | Jack Morgenstein |
2012-09-30 | gpio: Document device_node's det_debounce | Roland Stigge |
2012-09-30 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller |
2012-09-29 | efi: Fix the ACPI BGRT driver for images located in EFI boot services memory | Josh Triplett |
2012-09-29 | efi: Add a function to look up existing IO memory mappings | Josh Triplett |
2012-09-29 | efi: Defer freeing boot services memory until after ACPI init | Josh Triplett |
2012-09-29 | Merge tag 'iommu-fixes-v3.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2012-09-29 | Merge git://git.infradead.org/users/willy/linux-nvme | Linus Torvalds |
2012-09-28 | Merge branch 'clps711x/cleanup' into next/cleanup2 | Arnd Bergmann |
2012-09-28 | ARM: clps711x: Remove board support for CEIVA | Alexander Shiyan |
2012-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-09-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville |
2012-09-28 | Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypas... | Mark Brown |
2012-09-28 | Merge branches 'spi-drivers' and 'spi-mxs' into spi-next | Mark Brown |
2012-09-28 | Merge tag 'v3.6-rc7' into next | James Morris |
2012-09-27 | net: struct napi_struct fields reordering | Eric Dumazet |
2012-09-27 | net: remove sk_init() helper | Eric Dumazet |
2012-09-27 | tunnel: drop packet if ECN present with not-ECT | stephen hemminger |
2012-09-27 | NFC: LLCP raw socket support | Thierry Escande |
2012-09-26 | switch simple cases of fget_light to fdget | Al Viro |
2012-09-26 | new helpers: fdget()/fdput() | Al Viro |
2012-09-26 | make get_file() return its argument | Al Viro |
2012-09-26 | new helper: daemonize_descriptors() | Al Viro |
2012-09-26 | new helper: iterate_fd() | Al Viro |
2012-09-26 | make expand_files() and alloc_fd() static | Al Viro |
2012-09-26 | take __{set,clear}_{open_fd,close_on_exec}() into fs/file.c | Al Viro |
2012-09-26 | new helper: replace_fd() | Al Viro |
2012-09-26 | take purely descriptor-related stuff from fcntl.c to file.c | Al Viro |
2012-09-26 | take close-on-exec logics to fs/file.c, clean it up a bit | Al Viro |
2012-09-26 | take descriptor-related part of close() to file.c | Al Viro |
2012-09-26 | expose a low-level variant of fd_install() for binder | Al Viro |
2012-09-26 | move files_struct-related bits from kernel/exit.c to fs/file.c | Al Viro |
2012-09-26 | new helper: __alloc_fd() | Al Viro |
2012-09-26 | make get_unused_fd_flags() a function | Al Viro |
2012-09-26 | unexport sock_map_fd(), switch to sock_alloc_file() | Al Viro |