messages from 2016-04-07 20:22:38 to 2016-04-08 01:05:03 UTC [more...]
[PATCH v2 net-next 00/10] allow bpf attach to tracepoints
2016-04-08 1:04 UTC (9+ messages)
` [PATCH v2 net-next 02/10] perf: remove unused __addr variable
` [PATCH v2 net-next 03/10] perf: split perf_trace_buf_prepare into alloc and update parts
` [PATCH v2 net-next 04/10] perf, bpf: allow bpf programs attach to tracepoints
[PATCH v11 00/60] PCI: Resource allocation cleanup for v4.7
2016-04-08 0:56 UTC (62+ 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 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
[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 v2] clk: let clk_disable() return immediately if clk is NULL or error
2016-04-08 0:33 UTC (2+ messages)
[PATCH v4 00/14] x86: remove paravirt_enabled
2016-04-08 0:32 UTC (17+ messages)
` [PATCH v4 01/14] x86/boot: enumerate documentation for the x86 hardware_subarch
` [PATCH v4 04/14] x86/rtc: replace paravirt rtc check with platform legacy quirk
` [PATCH v4 06/14] x86/init: use a platform legacy quirk for ebda
` [Xen-devel] "
` [PATCH v4 08/14] apm32: remove paravirt_enabled() use
` [PATCH v4 11/14] pnpbios: replace paravirt_enabled() check with legacy device check
` [Xen-devel] "
` [PATCH v4 13/14] x86/init: rename ebda code file
[PATCH v3 0/7] x86: Pile o' FS/GS changes
2016-04-08 0:31 UTC (4+ 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] 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 v1 00/12] serial: 8250: split LPSS to 8250_lpss, enable DMA on Quark
2016-04-08 0:24 UTC (17+ messages)
` [PATCH v1 01/12] dmaengine: dw: keep copy of custom slave config in dwc
` [PATCH v1 02/12] dmaengine: dw: provide probe(), remove() stubs for users
` [PATCH v1 03/12] dmaengine: dw: set polarity of handshake interface
` [PATCH v1 04/12] dmaengine: dw: override LLP support if asked in platform data
` [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
` [PATCH v1 10/12] serial: 8250_lpss: move Quark code from PCI driver
` [PATCH v1 11/12] serial: 8250_lpss: enable MSI for Intel Quark
` [PATCH v1 12/12] serial: 8250_lpss: enable DMA on Intel Quark UART
[PATCH] block: make sure big bio is splitted into at most 256 bvecs
2016-04-08 0:21 UTC (7+ messages)
x32 processes, with CONFIG_X86_X32 not set
2016-04-08 0:20 UTC (4+ messages)
[PATCH] mtd: nand: s3c2410: fix bug in s3c2410_nand_correct_data()
2016-04-08 0:18 UTC (2+ messages)
[PATCH] x86/hpet: Reduce HPET counter read contention
2016-04-08 0:13 UTC (4+ messages)
[PATCH v8 net-next 1/1] hv_sock: introduce Hyper-V Sockets
2016-04-08 1:36 UTC
[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 (13+ 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
[PATCH] libnvdimm, test: add mock SMART data payload
2016-04-07 22:32 UTC (2+ messages)
` [PATCH v2] "
[PATCH v4] ARM: dts: kirkwood: Add DTS for Linksys EA4200v2/EA4500
2016-04-07 22:30 UTC (4+ messages)
` [PATCH v4] ARM: dts: kirkwood: Add DTS for Linksys EA4200v2/EA4500\
[PATCH] clocksource: Add missing include of of.h
2016-04-07 22:29 UTC (2+ messages)
[PATCH] clocksource: use clocksource_freq2mult() helper
2016-04-07 22:28 UTC (2+ messages)
Greetings My Dear Friend
2016-04-07 21:59 UTC
[RFT PATCH 0/4] usb: dwc2: Fix core reset and force mode delay problems
2016-04-07 22:12 UTC (5+ messages)
[PATCH] pinctrl: tegra: clear park bit for all pins
2016-04-07 22:10 UTC (2+ messages)
[RFC PATCH 0/3] restartable sequences v2: fast user-space percpu critical sections
2016-04-07 22:05 UTC (10+ messages)
[PATCH] staging: android: ion: dummy: fix dereference of ERR_PTR
2016-04-07 22:05 UTC (2+ messages)
[PATCH] cpufreq: Skip all governor-related actions for cpufreq_suspended set
2016-04-07 22:05 UTC (4+ messages)
[PATCH V2 5/8] net: mediatek: fix mtk_pending_work
2016-04-07 22:00 UTC (2+ messages)
Deadlock related to file permissions and/or cgroup, 4.4.6+
2016-04-07 21:59 UTC
[PATCH 5/5] max44000: Initial triggered buffer support
2016-04-07 21:56 UTC (2+ messages)
[PATCH v5 00/46] pwm: add support for atomic update
2016-04-07 21:54 UTC (4+ messages)
` [PATCH v5 30/46] regulator: pwm: retrieve correct voltage
[GIT PULL 00/19] perf/core improvements and fixes
2016-04-07 21:52 UTC (24+ messages)
` [PATCH 01/19] perf config: Fix build with older toolchain
` [PATCH 02/19] perf probe: Check if dwarf_getlocations() is available
` [PATCH 03/19] perf script perl: Do error checking on new backtrace routine
` [PATCH 04/19] perf tools: Remove superfluous ARCH Makefile includes
` [PATCH 05/19] perf list: Document event specifications better
` [PATCH 06/19] perf trace: Beautify sched_setscheduler 'policy' argument
` [PATCH 07/19] perf trace: Beautify wait4/waitid 'options' argument
` [PATCH 08/19] perf trace: Infrastructure to show COMM strings for syscalls returning PIDs
` [PATCH 09/19] perf trace: Beautify set_tid_address, getpid, getppid return values
` [PATCH 10/19] perf trace: Beautify pid_t arguments
` [PATCH 11/19] perf tools: Introduce trim function
` [PATCH 12/19] perf tools: Add dedicated unwind addr_space member into thread struct
` [PATCH 13/19] perf script: Process event update events
` [PATCH 14/19] perf trace: Beautify mode_t arguments
` [PATCH 15/19] perf trace: Move syscall table id <-> name routines to separate class
` [PATCH 16/19] perf tools: Allow generating per-arch syscall table arrays
` [PATCH 17/19] perf tools: Build syscall table .c header from kernel's syscall_64.tbl
` [PATCH 18/19] perf symbols: Record text offset in dso to calculate objdump address
` [PATCH 19/19] perf symbols: Adjust symbol for shared objects
[PATCH v3] ARM64: ACPI: Update documentation for latest specification version
2016-04-07 21:50 UTC (2+ messages)
[PATCH V10 00/28] Add new powerpc specific ELF core notes
2016-04-07 21:49 UTC (3+ messages)
[PATCH 1/2] pci: add pci_unmap_iospace function for PCI_IOBASE
2016-04-07 21:41 UTC (5+ messages)
` [PATCH 2/2] pci, acpi: free IO resource during shutdown
[PATCH 0/3] ext4: Improve parallel I/O performance on NVDIMM
2016-04-07 21:38 UTC (12+ messages)
` [PATCH 2/3] percpu_stats: Simple per-cpu statistics count helper functions
[PATCH] cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit()
2016-04-07 21:38 UTC
[PATCH] x86 get_unmapped_area: Add PMD alignment for DAX PMD mmap
2016-04-07 21:20 UTC (5+ messages)
[PATCH 2/9] rxrpc: Disable a debugging statement that has been left enabled
2016-04-07 21:24 UTC (12+ messages)
` [PATCH 0/9] RxRPC: 2nd rewrite part 1
[RFC PATCH] PM / wakeirq: fix wakeirq setting after wakup re-configuration from sysfs
2016-04-07 21:25 UTC (3+ messages)
[PATCH v6 0/6] Introduce GCC plugin infrastructure
2016-04-07 21:19 UTC (7+ messages)
` [PATCH v6 1/6] Shared library support
` [PATCH v6 2/6] GCC plugin infrastructure
` [PATCH v6 3/6] The GCC plugin infrastructure supports the arm and arm64 architectures too
` [PATCH v6 4/6] Add Cyclomatic complexity GCC plugin
` [PATCH v6 5/6] Documentation for the GCC plugin infrastructure
` [PATCH v6 6/6] Add sancov plugin
[RFC PATCH 0/4] Add ACPI support for pinctrl configuration
2016-04-07 21:24 UTC (4+ messages)
[PATCH 0/8 V2] Replay Protected Memory Block (RPMB) subsystem
2016-04-07 21:15 UTC (4+ messages)
` [PATCH v2 8/8] scsi: ufs: connect to RPMB subsystem
[RFC v1] mm: SLAB freelist randomization
2016-04-07 21:14 UTC (3+ messages)
[PATCH v3 00/11] x86/init: replace paravirt_enabled() were possible
2016-04-07 20:59 UTC (7+ messages)
` [PATCH v3 01/11] x86/boot: enumerate documentation for the x86 hardware_subarch
[RFC PATCH v6 0/5] Thread-local ABI system call (CPU number cache)
2016-04-07 20:55 UTC (11+ messages)
` [RFC PATCH v6 1/5] Thread-local ABI system call: cache CPU number of running thread
[PATCH] usb: f_mass_storage: test whether thread is running before starting another
2016-04-07 20:50 UTC (3+ messages)
[PATCH v5 1/4] leds: core: add generic support for RGB Color LED's
2016-04-07 20:45 UTC (9+ messages)
[PATCH] x86: wire up compat readv2/writev2 syscalls
2016-04-07 20:43 UTC (3+ messages)
` [PATCH v2] "
[PATCH v10 1/9] dt-bindings: phy: Add NVIDIA Tegra XUSB pad controller binding
2016-04-07 20:42 UTC (7+ messages)
` [PATCH v10 3/9] dt-bindings: phy: tegra-xusb-padctl: Add Tegra210 support
[PATCH] livepatch: robustify klp_register_patch() API error checking
2016-04-07 20:33 UTC (2+ messages)
[3.13.y-ckt stable] Linux 3.13.11-ckt38
2016-04-07 20:31 UTC (2+ messages)
[PATCH RFC] sched/fair: let cpu's cfs_rq to reflect task migration
2016-04-07 20:30 UTC (13+ messages)
[PATCHSET RFC cgroup/for-4.6] cgroup, sched: implement resource group and PRIO_RGRP
2016-04-07 20:25 UTC (12+ messages)
[PATCH 2/9] rxrpc: Disable a debugging statement that has been left enabled
2016-04-07 17:19 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox