public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-21 15:59:04 to 2015-07-21 21:04:39 UTC [more...]

[PATCH v3 0/4] Add Broadcom North Star 2 support
 2015-07-21 21:04 UTC  (5+ messages)
` [PATCH v3 1/4] PCI: iproc: enable arm64 support for iProc PCIe

[PATCH] clk: rockchip: Fix PLL bandwidth
 2015-07-21 21:04 UTC  (2+ messages)

[RFC PATCH] scripts/gdb: add data window feature
 2015-07-21 21:04 UTC  (2+ messages)

[PATCH 4.0 00/58] 4.0.9-stable review
 2015-07-21 21:02 UTC  (3+ messages)

[PATCH -next] serial: etraxfs-uart: Update gpiod API
 2015-07-21 21:01 UTC  (2+ messages)

[PATCH] Yama: remove needless CONFIG_SECURITY_YAMA_STACKED
 2015-07-21 20:56 UTC  (4+ messages)

[PATCH v2 0/3] x86: modify_ldt improvement, test, and config option
 2015-07-21 20:54 UTC  (9+ messages)
` [PATCH v2 1/3] x86/ldt: Make modify_ldt synchronous
` [PATCH v2 2/3] x86/ldt: Make modify_ldt optional
` [PATCH v2 3/3] selftests/x86, x86/ldt: Add a selftest for modify_ldt

[PATCH v3 0/4] arm: tegra: implement NVEC driver using tegra i2c
 2015-07-21 20:52 UTC  (5+ messages)
` [PATCH v3 4/4] dt: paz00: define nvec as child of i2c bus

[PATCH 0/4] clk: 88pm800: Add new clk provider driver for 88PM800 MFD
 2015-07-21 20:52 UTC  (5+ messages)
` [PATCH 3/4] clk: 88pm800: Add clk provider driver for 88pm800 family of devices

scripts/gdb: multi arch lx_current
 2015-07-21 20:48 UTC  (2+ messages)

[RFC] ps2emu - PS/2 emulation module
 2015-07-21 20:48 UTC  (8+ messages)
` [RFC] Input: Add ps2emu module
    ` [RFC 1/1 v2] "

Regression in v4.2-rc1: vmalloc_to_page with ioremap
 2015-07-21 20:43 UTC  (8+ messages)

[PATCH V4 0/6] Allow user to request memory to be locked on page fault
 2015-07-21 20:44 UTC  (8+ messages)
` [PATCH V4 1/6] mm: mlock: Refactor mlock, munlock, and munlockall code
` [PATCH V4 2/6] mm: mlock: Add new mlock, munlock, and munlockall system calls
` [PATCH V4 3/6] mm: gup: Add mm_lock_present()
` [PATCH V4 4/6] mm: mlock: Introduce VM_LOCKONFAULT and add mlock flags to enable it
` [PATCH V4 5/6] mm: mmap: Add mmap flag to request VM_LOCKONFAULT
` [PATCH V4 6/6] selftests: vm: Add tests for lock on fault

[PATCH v4 0/5] support "cpu_isolated" mode for nohz_full
 2015-07-21 20:36 UTC  (12+ messages)
` [PATCH v4 1/5] nohz_full: add support for "cpu_isolated" mode
` [PATCH v4 2/5] nohz: support PR_CPU_ISOLATED_STRICT mode

[PATCH 0/7] Initial support for user namespace owned mounts
 2015-07-21 20:35 UTC  (11+ messages)

[PATCH 0/4] sb_write: lockdep fixes/cleanups
 2015-07-21  8:48 UTC  (9+ messages)
` [PATCH 1/4] introduce __sb_{acquire,release}_write() helpers
` [PATCH 2/4] fix the broken lockdep logic in __sb_start_write()
` [PATCH 3/4] move rwsem_release() from sb_wait_write() to freeze_super()
` [PATCH 4/4] change thaw_super() to re-acquire s_writers.lock_map

[GIT PULL] UDF fix for 4.2
 2015-07-20  7:47 UTC 

[PATCH RFC 0/4] change sb_writers to use percpu_rw_semaphore
 2015-07-20  8:26 UTC  (11+ messages)

[PATCH net v5 0/4] net: enable inband link state negotiation only when explicitly requested
 2015-07-21 20:18 UTC  (2+ messages)

[PATCH] mmc: omap_hsmmc: Update driver to support without regulators
 2015-07-21 20:14 UTC  (6+ messages)

[PATCH] intel_pstate: Add get_scaling cpu_defaults param to Knights Landing
 2015-07-21 20:11 UTC  (2+ messages)

[PATCH tip/core/rcu 0/16] Miscellaneous fixes for 4.3
 2015-07-21 20:11 UTC  (9+ messages)
` [PATCH tip/core/rcu 01/16] rcu: Drop RCU_USER_QS in favor of NO_HZ_FULL
  ` [PATCH tip/core/rcu 15/16] scripts: Make checkpatch.pl warn on expedited RCU grace periods

[PATCH v4 0/1] suspend: make sync() on suspend-to-RAM optional
 2015-07-21 20:11 UTC  (11+ messages)
` [PATCH 1/1] "

[PATCH v2] iommu-common: Do not use 64 bit constant 0xffffffffffffffffl for computing align_mask
 2015-07-21 19:59 UTC  (2+ messages)

perf: multiplexing broken on amd fam16h?
 2015-07-21 20:08 UTC  (3+ messages)

[PATCH 0/4] mm: add dma_pool_zalloc() & pci_pool_zalloc()
 2015-07-21 19:38 UTC  (3+ messages)
` [PATCH 3/4] pci: mm: Add pci_pool_zalloc() call

Kernel broken on processors without performance counters
 2015-07-21 19:29 UTC  (17+ messages)

[PATCH v2 0/6] stop_machine: cleanups, fix, remove lglock
 2015-07-21 19:22 UTC  (7+ messages)
` [PATCH v2 1/6] stop_machine: move cpu_stopper_task and stop_cpus_work into struct cpu_stopper
` [PATCH v2 2/6] stop_machine: don't do for_each_cpu() twice in queue_stop_cpus_work()
` [PATCH v2 3/6] stop_machine: unexport __stop_machine()
` [PATCH v2 4/6] stop_machine: use cpu_stop_fn_t where possible
` [PATCH v2 5/6] stop_machine: cpu_stop_park() should remove cpu_stop_work's from list
` [PATCH v2 6/6] stop_machine: kill stop_cpus_lock and lg_double_lock/unlock()

[PATCH] Do not reserve crashkernel high memory if crashkernel low memory reserving failed
 2015-07-21 19:22 UTC  (7+ messages)
` [PATCH v2] "

[PATCH -next] extable: Remove duplicated include from extable.c
 2015-07-21 19:22 UTC  (2+ messages)

[for-next][PATCH 00/13] tracing: Updates for 4.3
 2015-07-21 19:14 UTC  (14+ messages)
` [for-next][PATCH 01/13] tracing: Prefer kcalloc over kzalloc with multiply
` [for-next][PATCH 02/13] tracing: Fix for non-continuous cpu ids
` [for-next][PATCH 03/13] ftrace: correct the counter increment for trace_buffer data
` [for-next][PATCH 04/13] ring-buffer: Add event descriptor to simplify passing data
` [for-next][PATCH 05/13] ring-buffer: Move the adding of the extended timestamp out of line
` [for-next][PATCH 06/13] ring-buffer: Get timestamp after event is allocated
` [for-next][PATCH 07/13] ring-buffer: Make sure event has enough room for extend and padding
` [for-next][PATCH 08/13] ring-buffer: Reorganize function locations
` [for-next][PATCH 09/13] tracing: Clean up stack tracing and fix fentry updates
` [for-next][PATCH 10/13] ftrace: add tracing_thresh to function profile
` [for-next][PATCH 11/13] ftrace: Fix function_graph duration spacing with 7-digits
` [for-next][PATCH 12/13] tracing: Introduce two additional marks for delay
` [for-next][PATCH 13/13] ftrace: Format MCOUNT_ADDR address as type unsigned long

[PATCH V5 0/2] IMX GPCv2 drivers for wakeup source and suspend
 2015-07-21 18:41 UTC  (6+ messages)
` [PATCH V5 1/2] irqchip: imx-gpcv2: IMX GPCv2 driver for wakeup sources

Hello,
 2015-07-21 19:10 UTC 

[GIT PULL] tracing: Fix sample output of dynamic arrays
 2015-07-21 18:56 UTC 

[PATCH] Add support for reading SMBIOS Slot number for PCI devices
 2015-07-21 18:56 UTC  (6+ messages)

[PATCH RFC] intel_pstate: play well with frequency limits set by acpi
 2015-07-21 18:53 UTC  (8+ messages)

[PATCH v8 0/9] Add simple NVMEM Framework via regmap
 2015-07-21 18:51 UTC  (11+ messages)
` [PATCH v8 1/9] nvmem: Add a simple NVMEM framework for nvmem providers
` [PATCH v8 2/9] nvmem: Add a simple NVMEM framework for consumers
` [PATCH v8 8/9] nvmem: sunxi: Move the SID driver to the nvmem framework

[GIT PULL] pin control fixes for the v4.2 series, take one
 2015-07-21 18:47 UTC  (2+ messages)

[PATCH v3 0/2] fbcon: user-defined cursor blink interval
 2015-07-21 18:45 UTC  (13+ messages)
` [PATCH v3 2/2] fbcon: expose cursor blink interval via sysfs
    ` [PATCH "
        ` [PATCH 0/2] add cursor blink interval terminal escape sequence
          ` [PATCH 1/2] vt: add cursor blink interval "
              ` [PATCH v2 0/3] add cursor blink interval terminal "
                ` [PATCH v2 3/3] console_codes.4: Add CSI sequence for cursor blink interval

[PATCH] usb: phy: msm: Add D+/D- lines route control
 2015-07-21 18:39 UTC  (2+ messages)

[PATCH 0/6] Mailbox: Provide support STi based platforms
 2015-07-21 18:36 UTC  (9+ messages)
` [PATCH 3/6] mailbox: Add support for ST's Mailbox IP

[PATCH] openvswitch: make for_each_node loops work with sparse numa systems
 2015-07-21 18:29 UTC  (5+ messages)
  ` [PATCH v2] openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodes

[PATCH 0/7] soc: brcmstb: add system suspend support for STB SoCs
 2015-07-21 18:24 UTC  (4+ messages)
` [PATCH 1/2] genirq: add chip_{suspend,resume} PM support to irq_chip

[PATCH V6 0/4] map GHES memory region according to EFI memory map
 2015-07-21 18:23 UTC  (4+ messages)
` [PATCH V6 3/4] arm64: apei: implement arch_apei_get_mem_attributes()

[PATCH] backlight: pm8941-wled: Move PM8941 WLED driver to backlight
 2015-07-21 18:22 UTC  (2+ messages)

Since Linux 4.1: A lot of AMD-Vi IO_PAGE_FAULTs
 2015-07-21 18:21 UTC  (2+ messages)

[PATCH 0/5] Making the generic ACPI GSI layer irqdomain aware
 2015-07-21 18:16 UTC  (8+ messages)
` [PATCH 2/5] genirq: irqdomain: Remove irqdomain dependency on struct device_node
` [PATCH 4/5] acpi: gsi: Use acpi_gsi_descriptor to allocate interrupts
` [PATCH 5/5] irqchip: GIC: Switch ACPI support to stacked domains

[PATCH V4 0/5] perf: Add PERF_RECORD_SWITCH to indicate context switches
 2015-07-21 18:15 UTC  (5+ messages)
` [PATCH V4 1/5] "

[PATCH v4 00/10] hugetlbfs: add fallocate support
 2015-07-21 18:09 UTC  (11+ messages)
` [PATCH v4 01/10] mm/hugetlb: add cache of descriptors to resv_map for region_add
` [PATCH v4 02/10] mm/hugetlb: add region_del() to delete a specific range of entries
` [PATCH v4 03/10] mm/hugetlb: expose hugetlb fault mutex for use by fallocate
` [PATCH v4 04/10] hugetlbfs: hugetlb_vmtruncate_list() needs to take a range to delete
` [PATCH v4 05/10] hugetlbfs: truncate_hugepages() takes a range of pages
` [PATCH v4 06/10] mm/hugetlb: vma_has_reserves() needs to handle fallocate hole punch
` [PATCH v4 07/10] mm/hugetlb: alloc_huge_page handle areas hole punched by fallocate
` [PATCH v4 08/10] hugetlbfs: New huge_add_to_page_cache helper routine
` [PATCH v4 09/10] hugetlbfs: add hugetlbfs_fallocate()
` [PATCH v4 10/10] mm: madvise allow remove operation for hugetlbfs

[PATCH v2 0/2] pci: xgene: Add multiple memory ranges support
 2015-07-21 18:11 UTC  (4+ messages)
` [PATCH v3 "

do_IRQ: 0.126 No irq handler for vector (irq -1)
 2015-07-21 18:12 UTC  (3+ messages)

[PATCH v4 0/8] ARM64: juno: add SCPI mailbox protocol, clock and CPUFreq support
 2015-07-21 18:05 UTC  (13+ messages)
` [PATCH v4 3/8] clk: add support for clocks provided by SCP(System Control Processor)

[PATCH] mmc:Fix error handling in the function mmc_blk_remove
 2015-07-21 18:03 UTC 

[PATCHv2 0/6] clk: make use of of_clk_parent_fill helper function
 2015-07-21 18:00 UTC  (7+ messages)
` [PATCHv2 5/6] clk: sunxi: "

[RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space
 2015-07-21 17:47 UTC  (4+ messages)

[PATCH] staging: rtl8723au: fix incorrect type in assignment warning
 2015-07-21 17:47 UTC  (2+ messages)

[RFC PATCH 0/1] vfio-pci/iommu: Detach iommu group on remove path
 2015-07-21 17:44 UTC  (2+ messages)
` [RFC PATCH 1/1] "

[PATCH] hid: Drop owner assignment from i2c_driver
 2015-07-21 17:39 UTC  (2+ messages)

[RFC 00/47] perf stat: Add scripting support
 2015-07-21 17:37 UTC  (12+ messages)
` [PATCH 01/47] perf test: Check for refcnt in thread_map test
` [PATCH 02/47] perf stat: Introduce struct perf_stat_config
` [PATCH 09/47] perf tools: Tolerate NULL maps in perf_evlist__propagate_maps
` [PATCH 10/47] perf tools: Force perf_evlist__set_maps to propagate maps through events
` [PATCH 11/47] perf tools: Use argv style storage for cmdline feature data

[PATCH 0/7] Initial support for user namespace owned mounts
 2015-07-21 17:37 UTC  (11+ messages)

[PATCH] regmap: Add function check before called format_val
 2015-07-21 17:25 UTC  (4+ messages)

[PATCH v2 0/4] Add support for touchscreen on Colibri VF50
 2015-07-21 17:20 UTC  (5+ messages)
` [PATCH v2 3/4] touchscreen: colibri-vf50-ts: Add touchscreen support for "

[PATCH v3 0/6] MT8173 IOMMU SUPPORT
 2015-07-21 17:11 UTC  (3+ messages)
` [PATCH v3 3/6] iommu: add ARM short descriptor page table allocator

[PATCH 1/2] target: remove unused lun_flags field from se_lun
 2015-07-21 17:03 UTC  (3+ messages)

[PATCH 0/3] Switch input leds over to standard LED class devices
 2015-07-21 17:01 UTC  (5+ messages)
` [PATCH 1/3] Input: export LEDs as class devices in sysfs
  ` [PATCH v2 "

[PATCH] Documentation: dt: mtd: replace "nor-jedec" binding with "jedec,spi-nor"
 2015-07-21 16:57 UTC  (7+ messages)

[PATCH] cgroup: net_cls: fix false-positive "suspicious RCU usage"
 2015-07-21 16:46 UTC 

[PATCH] Fix data loss in cdc-acm
 2015-07-21 16:45 UTC  (5+ messages)

[PATCH v3 00/46] usb: gadget: rework ep matching and claiming mechanism
 2015-07-21 16:43 UTC  (3+ messages)
` [PATCH v3 07/46] usb: dwc3: gadget: add ep capabilities support

[PATCH -next] ia64: Increase NR_syscalls to match size of syscall table
 2015-07-21 16:35 UTC 

[PATCH] PCI: xilinx: Add check for MSI interrupt flag before handling as INTx
 2015-07-21 16:31 UTC  (3+ messages)

[PATCH] dtb: Create a common home for cross-architecture dtsi files
 2015-07-21 16:30 UTC 

[PATCH resend] x86: Fix detection of GCC -mpreferred-stack-boundary support
 2015-07-21 16:27 UTC 

[PATCH] pci/pciehp: bail on bogus pcie reads from removed devices
 2015-07-21 16:25 UTC 

[PATCH-v2 0/2] regulator: 88pm800: Add dual phase mode support on BUCK1
 2015-07-21 16:23 UTC  (3+ messages)
` [PATCH-v2 1/2] mfd: devicetree: bindings: 88pm800: Add DT property for dual phase enable
` [PATCH-v2 2/2] regulator: 88pm800: Add support for configuration of dual phase on BUCK1

[PATCH -next] tile: Add missing definition of MAP_LOCKONFAULT
 2015-07-21 16:24 UTC 

[PATCH] mm-move-mremap-from-file_operations-to-vm_operations_struct-fix
 2015-07-21 16:20 UTC  (5+ messages)
` [PATCH v2] mm-move-mremap-from-file_operations-to-vm_operations_struct-fix
` [PATCH v3] mm-move-mremap-from-file_operations-to-vm_operations_struct-fix

[PATCH 00/10] unify ioremap definitions and introduce memremap
 2015-07-21 16:11 UTC  (7+ messages)
` [PATCH 05/10] arch: unify ioremap prototypes and macro aliases
` [PATCH 08/10] arch: introduce strict_ioremap

[PATCH v9 00/22] tracing: 'hist' triggers
 2015-07-21 16:10 UTC  (4+ messages)
` [PATCH v9 21/22] tracing: Add enable_hist/disable_hist triggers

[PATCH -next] regulator: rk808: Add missing include file
 2015-07-21 16:09 UTC  (2+ messages)

[PATCH 0/8] Add ODP support using HMM
 2015-07-21 16:06 UTC  (5+ messages)
` [PATCH 6/8] IB/mlx5/hmm: add mlx5 HMM device initialization and callback v3

[patch v3] perf_event_open.2: Exclude_host/exclude_guest clarification
 2015-07-21 16:05 UTC 


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