linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-07 22:50:59 to 2016-04-08 06:57:54 UTC [more...]

[PATCH 0/2] perf probe fixes for ppc64le
 2016-04-08  6:57 UTC  (4+ messages)

[PATCH v4 00/14] x86: remove paravirt_enabled
 2016-04-08  6:56 UTC  (9+ messages)
` [PATCH v4 04/14] x86/rtc: replace paravirt rtc check with platform legacy quirk

[PATCH] ion: scatterlist offset not used for buffer map
 2016-04-08  6:56 UTC  (3+ messages)

[PATCH 1/2] pci: add pci_unmap_iospace function for PCI_IOBASE
 2016-04-08  6:51 UTC  (7+ messages)
` [PATCH 2/2] pci, acpi: free IO resource during shutdown

[regression] cross core scheduling frequency drop bisected to 0c313cb20732
 2016-04-08  6:50 UTC  (3+ messages)

[PATCH] powerpc: introduce {cmp}xchg for u8 and u16
 2016-04-08  6:41 UTC 

[RFC PATCH 0/3] restartable sequences v2: fast user-space percpu critical sections
 2016-04-08  6:41 UTC  (14+ messages)

[PATCH RT 1/6] kernel: softirq: unlock with irqs on
 2016-04-08  6:35 UTC  (10+ messages)
` [PATCH RT 4/6] rt/locking: Reenable migration accross schedule

[PATCH] perf build: Fix syscall table dependency error
 2016-04-08  6:35 UTC 

[PATCH] drivers/tty: fix BUG_ON when calls serial8250_suspend_port
 2016-04-08  6:33 UTC 

[PATCH v11 00/60] PCI: Resource allocation cleanup for v4.7
 2016-04-08  6:24 UTC  (65+ messages)
` [PATCH v11 01/60] PCI: Fix iomem_is_exclusive() checking in pci_mmap_resource()
` [PATCH v11 02/60] alpha/PCI: Only check iomem_is_exclusive() for IORESOURCE_MEM, not IORESOURCE_IO
` [PATCH v11 03/60] PCI: Add pci_find_bus_resource()
` [PATCH v11 04/60] sparc/PCI: Use correct offset for bus address to resource
` [PATCH v11 05/60] sparc/PCI: Reserve legacy mmio after PCI mmio
` [PATCH v11 06/60] sparc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
` [PATCH v11 07/60] sparc/PCI: Keep resource idx order with bridge register number
` [PATCH v11 08/60] PCI: Kill wrong quirk about M7101
` [PATCH v11 09/60] powerpc/PCI: Keep resource idx order with bridge register number
` [PATCH v11 10/60] powerpc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
` [PATCH v11 11/60] OF/PCI: Add IORESOURCE_MEM_64 for 64-bit resource
` [PATCH v11 12/60] PCI: Check pref compatible bit for mem64 resource of PCIe device
` [PATCH v11 13/60] PCI: Only treat non-pref mmio64 as pref if all bridges have MEM_64
` [PATCH v11 14/60] PCI: Add has_mem64 for struct host_bridge
` [PATCH v11 15/60] PCI: Only treat non-pref mmio64 as pref if host bridge has mmio64
` [PATCH v11 16/60] PCI: Restore pref MMIO allocation logic for host bridge without mmio64
` [PATCH v11 17/60] PCI: Don't release fixed resource for realloc
` [PATCH v11 18/60] PCI: Claim fixed resource during remove/rescan path
` [PATCH v11 19/60] PCI: Set resource to FIXED for LSI devices
` [PATCH v11 20/60] PCI: Separate realloc list checking after allocation
` [PATCH v11 21/60] PCI: Treat optional as required in first try for bridge rescan
` [PATCH v11 22/60] PCI: Get new realloc size for bridge for last try
` [PATCH v11 23/60] PCI: Don't release sibling bridge resources during hotplug
` [PATCH v11 24/60] PCI: Cleanup res_to_dev_res() printout
` [PATCH v11 25/60] PCI: Reuse res_to_dev_res() in reassign_resources_sorted()
` [PATCH v11 26/60] PCI: Use correct align for optional only resources during sorting
` [PATCH v11 27/60] PCI: Optimize bus min_align/size calculation during sizing
` [PATCH v11 28/60] PCI: Optimize bus align/size calculation for optional "
` [PATCH v11 29/60] PCI: Don't add too much optional size for hotplug bridge MMIO
` [PATCH v11 30/60] PCI: Reorder resources list for required/optional resources
` [PATCH v11 31/60] PCI: Remove duplicated code for resource sorting
` [PATCH v11 32/60] PCI: Rename pdev_sort_resources() to pdev_assign_resources_prepare()
` [PATCH v11 33/60] PCI: Treat ROM resource as optional during realloc
` [PATCH v11 34/60] PCI: Add debug printout during releasing partial assigned resources
` [PATCH v11 35/60] PCI: Simplify res reference using in __assign_resources_sorted()
` [PATCH v11 36/60] PCI: Add __add_to_list()
` [PATCH v11 37/60] PCI: Cache window alignment value during bus sizing
` [PATCH v11 38/60] PCI: Check if resource is allocated before trying to assign one
` [PATCH v11 39/60] PCI: Separate out save_resources()/restore_resources()
` [PATCH v11 40/60] PCI: Move comment to pci_need_to_release()
` [PATCH v11 41/60] PCI: Separate required+optional assigning to another function
` [PATCH v11 42/60] PCI: Skip required+optional if there is no optional
` [PATCH v11 43/60] PCI: Move saved required resource list out of required+optional assigning
` [PATCH v11 44/60] PCI: Add alt_size ressource allocation support
` [PATCH v11 45/60] PCI: Add support for more than two alt_size entries under same bridge
` [PATCH v11 46/60] PCI: Fix size calculation with old_size on rescan path
` [PATCH v11 47/60] PCI: Don't add too much optional size for hotplug bridge io
` [PATCH v11 48/60] PCI: Move ISA io port align out of calculate_iosize()
` [PATCH v11 49/60] PCI: Don't add too much io port for hotplug bridge with old size
` [PATCH v11 50/60] PCI: Unify calculate_size() for io port and MMIO
` [PATCH v11 51/60] PCI: Allow bridge optional only io port resource required size to be 0
` [PATCH v11 52/60] PCI: Unify skip_ioresource_align()
` [PATCH v11 53/60] PCI: Kill macro checking for bus io port sizing
` [PATCH v11 54/60] resources: Make allocate_resource() return best fit resource
` [PATCH v11 55/60] PCI, x86: Allocate from high in available window for MMIO
` [PATCH v11 56/60] PCI: Add debug print out for min_align and alt_size
` [PATCH v11 57/60] PCI, x86: Add pci=assign_pref_bars to reallocate pref BARs
` [PATCH v11 58/60] PCI: Introduce resource_disabled()
` [PATCH v11 59/60] PCI: Don't set flags to 0 when assign resource fail
` [PATCH v11 60/60] PCI: Only try to assign io port only for root bus that support it

Nouveau crashes in 4.6-rc on arm64
 2016-04-08  6:27 UTC  (3+ messages)

[PATCH] kvm-pr: manage single-step mode
 2016-04-08  6:23 UTC  (2+ messages)

[PATCH 0/11] introduce down_write_killable for rw_semaphore v3
 2016-04-08  6:22 UTC  (4+ messages)
` [PATCH 08/11] ia64, rwsem: provide __down_write_killable

[PATCH] s390/cpum_sf: Remove superfluous SMP function call
 2016-04-08  6:19 UTC  (11+ messages)
` [PREEMPT-RT] "
            ` [PATCH] cpu/hotplug: fix rollback during error-out in __cpu_disable()

[PATCH] cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit()
 2016-04-08  6:19 UTC  (2+ messages)

[PATCH RFC] sched/fair: let cpu's cfs_rq to reflect task migration
 2016-04-08  6:05 UTC  (14+ messages)

[PATCH v11 0/3] printk: Make printk() completely async
 2016-04-08  5:44 UTC  (5+ messages)
` [PATCH v11 3/3] printk: make printk.synchronous param rw

[PATCH] cpufreq: Skip all governor-related actions for cpufreq_suspended set
 2016-04-08  5:45 UTC  (6+ messages)

[PATCH RFC 0/2] mempool based chained scatterlist alloc/free api api
 2016-04-08  5:41 UTC  (5+ messages)
` [PATCH RFC 1/2] scatterlist: add mempool based chained SG alloc/free api

[PATCH v2 1/2] dt/bindings/usb: Add bindings for PIC32 MUSB driver
 2016-04-08  5:38 UTC  (5+ messages)
  ` [PATCH v2 2/2] usb: musb: pic32: Add USB DRC driver for PIC32 OTG controller

[PATCH] mtd: nand: s3c2410: fix bug in s3c2410_nand_correct_data()
 2016-04-08  5:37 UTC  (5+ messages)

[PATCH] staging: wilc1000: move initialization of the config values
 2016-04-08  5:35 UTC 

[PATCH net] tuntap: restore default qdisc
 2016-04-08  5:26 UTC 

[PATCH] mmc: sdhci-pic32: remove owner assignment
 2016-04-08  5:22 UTC 

[PATCH] mm fix commmets: If SPARSEMEM, pgdata doesn't have page_ext
 2016-04-08  5:17 UTC 

[PATCH 1/2] arm64: Store breakpoint single step state into pstate
 2016-04-08  5:14 UTC  (7+ messages)
` [PATCH 2/2] arm64: Fix watchpoint recursion when single-step is wrongly triggered in irq

[PATCH 0/7] PM / devfreq: Add NoCP devfreq-event and support busfreq on exyno5422-odroidxu3
 2016-04-08  5:00 UTC  (8+ messages)
` [PATCH 1/7] PM / devfreq: event: Add new Exynos NoC probe driver
` [PATCH 2/7] PM / devfreq: exynos: Add the detailed correlation for Exynos5422 bus
` [PATCH 3/7] ARM: dts: Add NoC Probe dt node for Exynos542x SoC
` [PATCH 4/7] dt-bindings: clock: Add the clock id for ACLK clock of "
` [PATCH 5/7] clk: samsung: exynos542x: Add the clock id for ACLK
` [PATCH 6/7] ARM: dts: Add bus nodes using VDD_INT for Exynos542x SoC
` [PATCH 7/7] ARM: dts: Add support of Bus frequency using VDD_INT for exynos5422-odroidxu3

[PATCH] clocksource: use clocksource_freq2mult() helper
 2016-04-08  4:55 UTC  (2+ messages)

[PATCH] [linux-next]:ALSA: Fix a typo in timestamping.txt
 2016-04-08  4:51 UTC  (2+ messages)

[PATCH v8 00/20] PM / devferq: Add generic exynos bus frequency driver and new passive governor
 2016-04-08  4:25 UTC  (21+ messages)
` [PATCH v8 01/20] PM / devfreq: exynos: Add generic exynos bus frequency driver
` [PATCH v8 02/20] PM / devfreq: exynos: Add documentation for "
` [PATCH v8 03/20] PM / devfreq: Add devfreq_get_devfreq_by_phandle()
` [PATCH v8 04/20] PM / devfreq: Add new DEVFREQ_TRANSITION_NOTIFIER notifier
` [PATCH v8 05/20] PM / devfreq: Add new passive governor
` [PATCH v8 06/20] PM / devfreq: exynos: Add support of bus frequency of sub-blocks using "
` [PATCH v8 07/20] PM / devfreq: exynos: Update documentation for bus devices "
` [PATCH v8 08/20] PM / devfreq: exynos: Add the detailed correlation between sub-blocks and power line
` [PATCH v8 09/20] PM / devfreq: exynos: Remove unused exynos4/5 busfreq driver
` [PATCH v8 10/20] MAINTAINERS: Add samsung bus frequency driver entry
` [PATCH v8 11/20] ARM: dts: Add DMC bus node for Exynos3250
` [PATCH v8 12/20] ARM: dts: Add DMC bus frequency for exynos3250-rinato/monk
` [PATCH v8 13/20] ARM: dts: Add bus nodes using VDD_INT for Exynos3250
` [PATCH v8 14/20] ARM: dts: Add bus nodes using VDD_MIF for Exynos4x12
` [PATCH v8 15/20] ARM: dts: Add bus nodes using VDD_INT "
` [PATCH v8 16/20] ARM: dts: Add bus nodes using VDD_MIF for Exynos4210
` [PATCH v8 17/20] ARM: dts: Add exynos4412-ppmu-common dtsi to delete duplicate PPMU nodes
` [PATCH v8 18/20] ARM: dts: Add support of bus frequency using VDD_INT for exynos3250-rinato
` [PATCH v8 19/20] ARM: dts: Expand the voltage range of buck1/3 regulator for exynos4412-odroidu3
` [PATCH v8 20/20] ARM: dts: Add support of bus frequency for exynos4412-trats/odroidu3

linux-next: Tree for Apr 8
 2016-04-08  4:16 UTC 

[PATCH 1/2] regulator: s2mps11: Use module_platform_driver() instead subsys initcall
 2016-04-08  3:55 UTC  (4+ messages)

[PATCH 1/2] mfd: max77693: Allow building as a module
 2016-04-08  3:54 UTC  (3+ messages)

[GIT PULL 00/19] perf/core improvements and fixes
 2016-04-08  3:27 UTC  (3+ messages)
` [PATCH 17/19] perf tools: Build syscall table .c header from kernel's syscall_64.tbl

[PATCHSET RFC cgroup/for-4.6] cgroup, sched: implement resource group and PRIO_RGRP
 2016-04-08  3:13 UTC  (10+ messages)

[PATCH] Fix issue with dmesg.py and python 3.X
 2016-04-08  3:02 UTC  (2+ messages)

[PATCH 0/3] crypto: af_alg - add TLS type encryption
 2016-04-08  2:58 UTC  (5+ messages)

[RFC6 PATCH v6 00/21] ILP32 for ARM64
 2016-04-08  2:49 UTC  (2+ messages)

[RFC v1] mm: SLAB freelist randomization
 2016-04-08  2:31 UTC  (4+ messages)

[PATCH 1/2] kbuild: rename cmd_cc_i_c to cmd_cpp_i_c
 2016-04-08  2:24 UTC  (2+ messages)
` [PATCH 2/2] kbuild: rename cmd_as_s_S to cmd_cpp_s_S

[PATCH] kbuild: drop redundant "PHONY += FORCE"
 2016-04-08  2:16 UTC 

[PATCH v8 net-next 1/1] hv_sock: introduce Hyper-V Sockets
 2016-04-08  1:56 UTC  (3+ messages)

[PATCH v2] clk: let clk_disable() return immediately if clk is NULL or error
 2016-04-08  1:52 UTC  (3+ messages)

[PATCH v1 00/12] serial: 8250: split LPSS to 8250_lpss, enable DMA on Quark
 2016-04-08  1:42 UTC  (11+ messages)
` [PATCH v1 05/12] serial: 8250_dma: switch to new dmaengine_terminate_* API
` [PATCH v1 06/12] serial: 8250_dma: stop ongoing RX DMA on exception
` [PATCH v1 07/12] serial: 8250_dma: adjust DMA address of the UART
` [PATCH v1 08/12] serial: 8250: enable AFE on ports where FIFO is 16 bytes
` [PATCH v1 09/12] serial: 8250_lpss: split LPSS driver to separate module

Source code review around jump label usage
 2016-04-08  1:40 UTC  (4+ messages)
` [PATCH 0/2] net-ath9k_htc: Fine-tuning for two function implementations
  ` [PATCH 2/2] net-ath9k_htc: Replace a variable initialisation by an assignment in ath9k_htc_set_channel()

[PATCH v3 0/7] x86: Pile o' FS/GS changes
 2016-04-08  1:40 UTC  (5+ messages)
` [PATCH v3 1/7] selftests/x86: Test the FSBASE/GSBASE API and context switching
` [PATCH v3 5/7] x86/cpu: Move X86_BUG_ESPFIX initialization to generic_identify
` [PATCH v3 7/7] x86/entry: Make gs_change a local label
  ` [PATCH v3 6/7] x86/cpu: Add Erratum 88 detection on AMD

x32 processes, with CONFIG_X86_X32 not set
 2016-04-08  1:32 UTC  (5+ messages)

[PATCH v1 00/10] uuid: convert users to generic UUID API
 2016-04-08  1:27 UTC  (6+ messages)
` [PATCH v1 06/10] device property: switch to use "

[PATCH] phy: rockchip-emmc: fix compile issue on arm64 platform
 2016-04-08  1:14 UTC  (4+ messages)

[PATCH v6 00/12] USB OTG/dual-role framework
 2016-04-08  1:01 UTC  (7+ messages)
` [PATCH v6 01/12] usb: hcd: Initialize hcd->flags to 0

[PATCH 0/3] sched: Fix/improve nohz cpu load updates v2
 2016-04-08  1:07 UTC  (4+ messages)
` [PATCH 1/3] sched: Gather cpu load functions under a more conventional namespace
` [PATCH 2/3] sched: Correctly handle nohz ticks cpu load accounting
` [PATCH 3/3] sched: Optimize !CONFIG_NO_HZ_COMMON cpu load updates

[PATCH v2 net-next 00/10] allow bpf attach to tracepoints
 2016-04-08  1:04 UTC  (2+ messages)

[PATCH V3] net: emac: emac gigabit ethernet controller driver
 2016-04-08  0:53 UTC  (8+ messages)

[PATCH 00/10] Use the ISA bus driver for PC/104 and ISA devices
 2016-04-08  0:45 UTC  (5+ messages)
` [PATCH 04/10] iio: stx104: Change STX104 dependency to ISA_BUS
` [PATCH 06/10] watchdog: ebc-c384_wdt: Utilize the ISA bus driver

[PATCH] x86/vdso: Remove direct HPET access through the vDSO
 2016-04-08  0:16 UTC 

Does __KERNEL_DS serve a purpose?
 2016-04-08  0:24 UTC 

[PATCH] block: make sure big bio is splitted into at most 256 bvecs
 2016-04-08  0:21 UTC  (7+ messages)

[PATCH] x86/hpet: Reduce HPET counter read contention
 2016-04-08  0:13 UTC  (4+ messages)

[PATCH v8 net-next 0/1] introduce Hyper-V VM Sockets(hv_sock)
 2016-04-08  1:36 UTC 

N900 sleep mode (in 4.5-rc0, if that matters)
 2016-04-07 23:41 UTC  (12+ messages)
      ` 4.4: camera and unlock buttons produce tons of interrupts (was Re: N900 sleep mode)
              ` 4.4, 4.6: "

[PATCH] extcon: usb-gpio: Don't miss event during suspend/resume
 2016-04-07 23:39 UTC  (2+ messages)

[PATCH 0/2] clk: Add Oxford Semiconductor OXNAS Clocks support
 2016-04-07 23:31 UTC  (5+ messages)
` [PATCH 1/2] clk: Add Oxford Semiconductor OXNAS Standard Clocks

[PATCH] ARM: dts: r8a7791: Don't disable referenced optional clocks
 2016-04-07 23:21 UTC  (4+ messages)

[PATCH net] lockdep: provide always true lockdep_is_held stub if lockdep disabled
 2016-04-07 23:21 UTC  (2+ messages)

[RFC PATCH v1.9 00/14] livepatch: hybrid consistency model
 2016-04-07 23:15 UTC  (7+ messages)
` [RFC PATCH v1.9 05/14] sched: horrible way to detect whether a task has been preempted
  `  "

[PATCH] extcon: usb-gpio: switch to use pm wakeirq apis
 2016-04-07 23:04 UTC  (2+ messages)

[PATCH] Revert "Input: atmel_mxt_ts - disable interrupt for 50ms after reset"
 2016-04-07 22:52 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).