public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-14 15:39:25 to 2015-05-14 19:08:47 UTC [more...]

[PATCH 1/2] usb: dwc3: Fix incorrect DEPCMD and DGCMD status macros
 2015-05-14 18:47 UTC  (3+ messages)
` [PATCH 2/2] usb: dwc3: gadget: return error when DEPCMD or DGCMD fails

[PATCH 0/2] Add Broadcom MSPI driver
 2015-05-14 19:08 UTC  (11+ messages)
` [PATCH 2/2] spi: bcm-mspi: Add support for "

[PATCH 2/2] locking/rwsem: Use a return variable in rwsem_spin_on_owner()
 2015-05-14 19:04 UTC  (12+ messages)
    ` [PATCH] mutex: Speed up mutex_spin_on_owner() by not taking the RCU lock
        ` [PATCH] uaccess: Add __copy_from_kernel_inatomic() primitive
          ` [PATCH] x86/uaccess: Implement get_kernel()
            ` [PATCH] mutex: Improve mutex_spin_on_owner() code generation
              ` [PATCH] x86: Align jump targets to 1 byte boundaries

[net-next:master 353/365] drivers/net/ethernet/emulex/benet/be_main.c:5473:9: sparse: symbol 'be_hwmon_show_temp' was not declared. Should it be static?
 2015-05-14 19:02 UTC  (2+ messages)
` [PATCH net-next] be2net: be_hwmon_show_temp() can be static

[PATCH net v2 0/2] IPv6 ECMP route add/replace fixes
 2015-05-14 18:58 UTC  (5+ messages)
` [PATCH net v2 1/2] ipv6: do not delete previously existing ECMP routes if add fails
` [PATCH net v2 2/2] ipv6: fix ECMP route replacement

[PATCH] SubmittingPatches: Clarify requirements for patches directed toward stable
 2015-05-14 18:58 UTC  (3+ messages)
  ` [PATCHv2] "

[PATCH RFC 0/3] pagemap: make useable for non-privilege users
 2015-05-14 18:50 UTC  (7+ messages)
` [PATCH v2 1/3] pagemap: add mmap-exclusive bit for marking pages mapped only here

[PATCH] ASoC: codecs-ac97: make selectable in config
 2015-05-14 18:46 UTC  (5+ messages)

[PATCH] n_tty: Fix auditing support for cannonical mode
 2015-05-14 18:42 UTC 

[PATCH v3 1/6] Documentation: dmaengine: pxa-dma design
 2015-05-14 18:38 UTC  (7+ messages)
` [PATCH v3 2/6] MAINTAINERS: add pxa dma driver to pxa architecture
` [PATCH v3 3/6] dmaengine: pxa: add pxa dmaengine driver
` [PATCH v3 4/6] dmaengine: pxa_dma: add debug information
` [PATCH v3 5/6] dmaengine: pxa_dma: add support for legacy transition
` [PATCH v3 6/6] Documentation: dmaengine: document DMA_CTRL_ACK

[RFC PATCH] x86, espfix: use spin_lock rather than mutex
 2015-05-14 18:29 UTC  (3+ messages)

[PATCH resend] README: clarify redistribution requirements covering patents
 2015-05-14 18:29 UTC  (2+ messages)

make -C tools clean failure on older systems
 2015-05-14 18:29 UTC  (5+ messages)

[PATCH 0/4] ARM: keystone: Enable Netcp driver on K2 EVMs
 2015-05-14 18:28 UTC  (7+ messages)

[v4.0: PATCH 0/3] ARM: dts: keystone: dt fixes for netcp driver
 2015-05-14 18:23 UTC  (3+ messages)

[PATCH v2 1/4] break kconfig dependency loop
 2015-05-14 18:23 UTC  (2+ messages)

[PATCH] scsi: match wait_for_completion_timeout return type
 2015-05-14 18:12 UTC 

[PATCH] scsi: fix Wunused-but-set-variable buildwarning
 2015-05-14 18:12 UTC 

[PATCH v2] PM / sleep: Let devices force direct_complete
 2015-05-14 18:12 UTC  (2+ messages)

Laptop will not resume from suspend
 2015-05-14 17:59 UTC  (2+ messages)

[PATCH v2] x86/asm/entry/64: Use shorter MOVs from segmers registers
 2015-05-14 18:07 UTC 

[PATCH] x86: skip delays during SMP initialization similar to Xen
 2015-05-14 17:57 UTC  (9+ messages)

[PATCH v2 0/2] powerpc/kvm: Enable running guests on RT Linux
 2015-05-14 17:51 UTC  (3+ messages)

[PATCHv3 0/5] Linux generic wakeirq handling
 2015-05-14 17:51 UTC  (9+ messages)
` [PATCH 2/5] PM / Wakeirq: Add automated device wake IRQ handling

[PATCH 00/23] userfaultfd v4
 2015-05-14 17:49 UTC  (25+ messages)
` [PATCH 01/23] userfaultfd: linux/Documentation/vm/userfaultfd.txt
` [PATCH 02/23] userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key
` [PATCH 03/23] userfaultfd: uAPI
` [PATCH 04/23] userfaultfd: linux/userfaultfd_k.h
` [PATCH 05/23] userfaultfd: add vm_userfaultfd_ctx to the vm_area_struct
` [PATCH 06/23] userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WP
` [PATCH 07/23] userfaultfd: call handle_userfault() for userfaultfd_missing() faults
` [PATCH 08/23] userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx
` [PATCH 09/23] userfaultfd: prevent khugepaged to merge if userfaultfd is armed
` [PATCH 10/23] userfaultfd: add new syscall to provide memory externalization
` [PATCH 11/23] userfaultfd: Rename uffd_api.bits into .features
` [PATCH 12/23] userfaultfd: Rename uffd_api.bits into .features fixup
` [PATCH 13/23] userfaultfd: change the read API to return a uffd_msg
` [PATCH 14/23] userfaultfd: wake pending userfaults
` [PATCH 15/23] userfaultfd: optimize read() and poll() to be O(1)
` [PATCH 16/23] userfaultfd: allocate the userfaultfd_ctx cacheline aligned
` [PATCH 17/23] userfaultfd: solve the race between UFFDIO_COPY|ZEROPAGE and read
` [PATCH 18/23] userfaultfd: buildsystem activation
` [PATCH 19/23] userfaultfd: activate syscall
` [PATCH 20/23] userfaultfd: UFFDIO_COPY|UFFDIO_ZEROPAGE uAPI
` [PATCH 21/23] userfaultfd: mcopy_atomic|mfill_zeropage: UFFDIO_COPY|UFFDIO_ZEROPAGE preparation
` [PATCH 22/23] userfaultfd: avoid mmap_sem read recursion in mcopy_atomic
` [PATCH 23/23] userfaultfd: UFFDIO_COPY and UFFDIO_ZEROPAGE

On resume from suspend only CPU 0 comes back on-line [REGRESSION][BISECTED]
 2015-05-14 17:48 UTC  (3+ messages)

[PATCH] x86/asm/entry/64: Use shorter MOVs from segmers registers
 2015-05-14 17:46 UTC  (5+ messages)

[PATCH] Documentation: dt: mtd: replace "nor-jedec" binding with "jedec,spi-nor"
 2015-05-14 17:46 UTC  (2+ messages)

[PATCH v3 0/5] AHCI and SATA PHY support for Broadcom STB SoCs
 2015-05-14 17:42 UTC  (7+ messages)
` [PATCH v3 4/5] phy: add Broadcom SATA3 PHY driver "

[PATCH] ath9k_htc: wmi: match wait_for_completion_timeout return type
 2015-05-14 17:40 UTC  (3+ messages)

[PATCH 0/2] Add perf debug dir locking
 2015-05-14 17:38 UTC  (7+ messages)
` [PATCH 2/2] perf/tools: put new buildid locks to use

[PATCH v8 0/9] Tegra xHCI support
 2015-05-14 17:38 UTC  (6+ messages)
` [PATCH v8 4/9] mfd: Add binding document for NVIDIA Tegra XUSB

[RFC 00/23] arm64: Add support for 64KB page granularity in Xen guest
 2015-05-14 17:01 UTC  (24+ messages)
` [RFC 01/23] xen: Include xen/page.h rather than asm/xen/page.h
` [RFC 02/23] xen/xenbus: client: Fix call of virt_to_mfn in xenbus_grant_ring
` [RFC 03/23] xen/grant-table: Remove unused macro SPP
` [RFC 04/23] block/xen-blkfront: Remove unused macro MAXIMUM_OUTSTANDING_BLOCK_REQS
` [RFC 05/23] block/xen-blkfront: Remove invalid comment
` [RFC 06/23] block/xen-blkback: s/nr_pages/nr_segs/
` [RFC 07/23] net/xen-netfront: Correct printf format in xennet_get_responses
` [RFC 08/23] net/xen-netback: Remove unused code in xenvif_rx_action
` [RFC 09/23] arm/xen: Drop duplicate define mfn_to_virt
` [RFC 10/23] xen/biomerge: WORKAROUND always says the biovec are not mergeable
` [RFC 11/23] xen: Add Xen specific page definition
` [RFC 12/23] xen: Extend page_to_mfn to take an offset in the page
` [RFC 13/23] xen/xenbus: Use Xen page definition
` [RFC 14/23] tty/hvc: xen: Use xen "
` [RFC 15/23] xen/balloon: Don't rely on the page granularity is the same for Xen and Linux
` [RFC 16/23] xen/events: fifo: Make it running on 64KB granularity
` [RFC 17/23] xen/grant-table: "
` [RFC 18/23] block/xen-blkfront: Make it running on 64KB page granularity
` [RFC 19/23] block/xen-blkback: "
` [RFC 20/23] net/xen-netfront: "
` [RFC 21/23] net/xen-netback: "
` [RFC 22/23] xen/privcmd: Add support for Linux "
` [RFC 23/23] arm/xen: Add support for "

[PATCH 00/11] mm: debug: formatting memory management structs
 2015-05-14 17:10 UTC  (12+ messages)
` [PATCH 01/11] mm: debug: format flags in a buffer
` [PATCH 02/11] mm: debug: deal with a new family of MM pointers
` [PATCH 03/11] mm: debug: dump VMA into a string rather than directly on screen
` [PATCH 04/11] mm: debug: dump struct MM "
` [PATCH 05/11] mm: debug: dump page "
` [PATCH 06/11] mm: debug: clean unused code
` [PATCH 07/11] mm: debug: VM_BUG()
` [PATCH 08/11] mm: debug: kill VM_BUG_ON_PAGE
` [PATCH 09/11] mm: debug: kill VM_BUG_ON_VMA
` [PATCH 10/11] mm: debug: kill VM_BUG_ON_MM
` [PATCH 11/11] mm: debug: use VM_BUG() to help with debug output

[PATCH 0/2] selftests: installation fixes
 2015-05-14 17:11 UTC  (6+ messages)
` [PATCH 2/2] selftests/breakpoints: only set TEST_PROGS when built

[PATCH 5/5] usb: add pxa1928 ehci support
 2015-05-14 17:06 UTC  (5+ messages)

[PATCH] ath9k: match wait_for_completion_timeout return type
 2015-05-14 16:56 UTC 

[PATCH] time: Remove nonexistent function prototype
 2015-05-14 17:02 UTC  (2+ messages)

[RFC][PATCHSET] non-recursive pathname resolution
 2015-05-14 17:02 UTC  (10+ messages)
` [RFC][PATCHSET v3] non-recursive pathname resolution & RCU symlinks

[PATCH V2 0/4] da9062: DA9062 driver submission
 2015-05-14 16:43 UTC  (5+ messages)
` [PATCH V2 1/4] mfd: da9062: DA9062 MFD core driver
` [PATCH V2 4/4] devicetree: da9062: Add bindings for DA9062 driver
` [PATCH V2 3/4] watchdog: da9062: DA9062 watchdog driver
` [PATCH V2 2/4] regulator: da9062: DA9062 regulator driver

[PATCH v3] usb: gadget: ether: Fix MAC address parsing
 2015-05-14 16:50 UTC 

[PATCH 01/18] f2fs: avoid value overflow in showing current status
 2015-05-14 16:50 UTC  (7+ messages)
` [PATCH 03/18] f2fs crypto: declare some definitions for f2fs encryption feature

[PATCH 1/5] CRISv32: add support for irqflags tracing
 2015-05-14 16:43 UTC  (5+ messages)
` [PATCH 2/5] CRISv32: annotate irq enable in idle loop
` [PATCH 3/5] CRIS: add STACKTRACE_SUPPORT
` [PATCH 4/5] CRISv32: enable LOCKDEP_SUPPORT
` [PATCH 5/5] CRIS: fix switch_mm() lockdep splat

[PATCH] MAINTAINERS: ARM: EXYNOS: Add Krzysztof Kozlowski as co-maintainer
 2015-05-14 16:45 UTC  (6+ messages)
` [PATCH] MAINTAINERS: ARM: EXYNOS: Add Krzysztof Kozlowski asco-maintainer

[RFC PATCH V2 1/2] x86/cpu hotplug: make apicid <--> cpuid mapping persistent
 2015-05-14 16:44 UTC  (2+ messages)

[PATCH] ARM: zynq: Set bit 22 in PL310 AuxCtrl register (6395/1)
 2015-05-14 16:40 UTC  (3+ messages)

[PATCH] powerpc: support sizes greater than an unsigned long
 2015-05-14 16:24 UTC 

[PATCH v8 00/16] Add support to STMicroelectronics STM32 family
 2015-05-14 16:34 UTC  (5+ messages)
` [PATCH v8 14/16] ARM: dts: Introduce STM32F429 MCU

[PATCH] ath9k_htc: drv_init: match wait_for_completion_timeout return type
 2015-05-14 16:25 UTC 

randconfig build error with next-20150514, in mm/memory-failure.c
 2015-05-14 16:33 UTC 

[PATCH][RT] xfs: Disable preemption when grabbing all icsb counter locks
 2015-05-14 16:32 UTC  (4+ messages)
  ` [PATCH][RT] xfs: Disable percpu SB on PREEMPT_RT_FULL

[PATCH] btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctl
 2015-05-14 16:27 UTC  (3+ messages)

[PATCH RESEND] sched/preempt: fix cond_resched_lock() and cond_resched_softirq()
 2015-05-14 16:23 UTC 

[PATCH V6 00/10] namespaces: log namespaces per task
 2015-05-14 16:21 UTC  (6+ messages)
` [PATCH V6 05/10] audit: log creation and deletion of namespace instances

[PATCH] uio: don't free irq that was not requested
 2015-05-14 16:19 UTC 

randconfig build error with next-20150514, in net/sched/cls_flower.c
 2015-05-14 16:18 UTC 

[PATCHSET REPOST] printk, netconsole: implement extended console support
 2015-05-14 16:06 UTC  (8+ messages)
` [PATCH 1/7] printk: guard the amount written per line by devkmsg_read()
` [PATCH 2/7] printk: factor out message formatting from devkmsg_read()
` [PATCH 3/7] printk: implement support for extended console drivers
` [PATCH 4/7] netconsole: remove unnecessary netconsole_target_get/out() from write_msg()
` [PATCH 5/7] netconsole: make netconsole_target->enabled a bool
` [PATCH 6/7] netconsole: make all dynamic netconsoles share a mutex
` [PATCH 7/7] netconsole: implement extended console support

[PATCHv5 00/28] THP refcounting redesign
 2015-05-14 16:07 UTC  (3+ messages)
` [PATCHv5 02/28] rmap: add argument to charge compound page

[PATCH] pstore: do not use message compression without lock
 2015-05-14 16:00 UTC  (2+ messages)

[PATCH] mm: meminit: Finish initialisation of struct pages before basic setup
 2015-05-14 15:47 UTC  (3+ messages)

[PATCH v5 0/6] x86: address drivers that do not work with PAT
 2015-05-14 15:55 UTC  (4+ messages)
` [PATCH v5 1/6] x86/mm/pat: use pr_info() and friends

mm: BUG_ON with NUMA_BALANCING (kernel BUG at include/linux/swapops.h:131!)
 2015-05-14 15:48 UTC  (3+ messages)

[GIT PULL] arm64: fixes for -rc4
 2015-05-14 15:48 UTC 

[PATCH 1/5] init/Kconfig: Fix break in middle of EXPERT menu
 2015-05-14 15:46 UTC  (2+ messages)

[PATCH 0/9] multi_v7_defconfig: Enable options for Exynos Chromebooks
 2015-05-14 15:40 UTC  (10+ messages)
` [PATCH 1/9] ARM: multi_v7_defconfig: Enable support for Samsung S3C64XX SPI
` [PATCH 2/9] ARM: multi_v7_defconfig: Enable max77802 regulator, rtc and clock drivers
` [PATCH 3/9] ARM: multi_v7_defconfig: Enable Exynos USB PHY drivers support
` [PATCH 4/9] ARM: multi_v7_defconfig: Enable support for missing ChromeOS EC drivers
` [PATCH 5/9] ARM: multi_v7_defconfig: Enable Samsung PWM support
` [PATCH 6/9] ARM: multi_v7_defconfig: Enable Samsung S3C SoC RTC
` [PATCH 7/9] ARM: multi_v7_defconfig: Enable options for Exynos display support
` [PATCH 8/9] ARM: multi_v7_defconfig: Enable GPIO-based I2C arbitration support
` [PATCH 9/9] ARM: multi_v7_defconfig: Enable Cypress APA I2C Trackpad support

[PATCH v2 0/5] ARM64: juno: add SCPI mailbox protocol, clock and CPUFreq support
 2015-05-14 15:42 UTC  (6+ messages)
` [PATCH v2 1/5] Documentation: add DT binding for ARM System Control and Power Interface(SCPI) protocol
` [PATCH v2 2/5] firmware: add support "
` [PATCH v2 3/5] clk: add support for clocks provided by SCP(System Control Processor)
` [PATCH v2 4/5] clk: scpi: add support for cpufreq virtual device
` [PATCH v2 5/5] cpufreq: arm_big_little: add SCPI interface driver

[PATCH 0/5] VFIO platform reset
 2015-05-14 15:42 UTC  (5+ messages)
` [PATCH 1/5] VFIO: platform: add reset_list and register/unregister functions

[RFC 0/2] Implement SoC bus support for Vybrid
 2015-05-14 15:40 UTC  (3+ messages)
` [RFC 2/2] ARM: vf610: Add "

[PATCH 0/2] Add Mediatek display PWM driver
 2015-05-14 15:39 UTC  (5+ messages)
` [PATCH 2/2] pwm: add Mediatek display PWM driver support

[PATCH] arm: dts: Enable beaglebone cape-manager
 2015-05-14 15:39 UTC  (2+ messages)

[PATCH][v2]drivers:usb:fsl:Make fsl ehci drv an independent driver module
 2015-05-14 15:39 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox