linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-26 22:52:08 to 2015-05-27 06:59:59 UTC [more...]

[PATCH v2 0/5] usb: gadget: Fix gadget deactivaton feature
 2015-05-27  6:59 UTC  (3+ messages)

CPU LED trigger: add hooks to generic code so that it works on x86
 2015-05-27  6:57 UTC 

[PATCH] livepatch: match return value to function signature
 2015-05-27  6:56 UTC  (3+ messages)

[PATCH v4 1/5] Documentation: dmaengine: pxa-dma design
 2015-05-27  6:55 UTC  (5+ messages)
` [PATCH v4 3/5] dmaengine: pxa: add pxa dmaengine driver

[RFC][PATCH 0/5] Optimize percpu-rwsem
 2015-05-27  6:53 UTC  (4+ messages)

[PATCH] ARM: cns3xxx: pci: avoid potential stack overflow
 2015-05-27  6:45 UTC  (2+ messages)

[PATCH] ACPI / osl: add acpi_os_down_wait to avoid a schedule BUG
 2015-05-28  6:39 UTC  (2+ messages)

[Patch] apple-gmux: lock iGP IO to protect from vgaarb changes
 2015-05-27  6:41 UTC  (15+ messages)
  ` [Patch v2] "
        ` [Patch v2 resend] "
            ` [Patch v3] "

[PATCH v2] Mediatek SCPSYS power domain support
 2015-05-27  6:24 UTC  (4+ messages)
` [PATCH 2/4] soc: Mediatek: Add SCPSYS power domain driver

[RFC PATCH 2/2] arm64: Implement vmalloc based thread_info allocator
 2015-05-27  6:22 UTC  (10+ messages)

[PATCH 0/2] reducing memory footprint of ALSA
 2015-05-27  6:18 UTC  (5+ messages)
` [PATCH v2 2/2] ALSA: set no sound proc fs for reduced memory footprint

[RFC 0/4] arm64: add livepatch support
 2015-05-27  6:15 UTC  (4+ messages)

[PATCH 0/5] Add Mediatek MT8173 subsystem clocks support
 2015-05-27  6:12 UTC  (6+ messages)
` [PATCH 3/5] dt-bindings: ARM: Mediatek: Document devicetree bindings for clock controllers

[PATCHv1 0/2] Adding driver for Xilinx LogiCORE IP mailbox
 2015-05-27  6:12 UTC  (5+ messages)

[PATCH] zram: check comp algorithm availability earlier
 2015-05-27  6:12 UTC  (5+ messages)

3 EC issues
 2015-05-27  5:57 UTC 

scripts/gdb: multi arch lx_current
 2015-05-27  3:29 UTC 

[PATCH v3 0/2] fbcon: user-defined cursor blink interval
 2015-05-27  5:57 UTC  (8+ messages)
` [PATCH v3 2/2] fbcon: expose cursor blink interval via sysfs
    ` [PATCH "
        ` [PATCH 0/2] add cursor blink interval terminal escape sequence
          ` [PATCH 2/2] fbcon: use the cursor blink interval provided by vt

[PATCH V3 0/3] cdc-acm: fix incorrect runtime wakeup in acm_tty_write
 2015-05-27  5:56 UTC  (2+ messages)

HMM (Heterogeneous Memory Management) v8
 2015-05-27  5:50 UTC  (7+ messages)
` [PATCH 02/36] mmu_notifier: keep track of active invalidation ranges v3
` [PATCH 03/36] mmu_notifier: pass page pointer to mmu_notifier_invalidate_page()
` [PATCH 05/36] HMM: introduce heterogeneous memory management v3

linux-next: build failure after merge of the char-misc tree
 2015-05-27  5:52 UTC 

[patch 0/7] timers: Footprint diet and NOHZ overhead mitigation
 2015-05-27  5:39 UTC  (3+ messages)
` [patch 1/7] timers: Sanitize catchup_timer_jiffies() usage

[PATCH 0/1] NILFS2: support NFSv2 export
 2015-05-27  5:22 UTC  (2+ messages)
` [PATCH 1/1] "

[v4 0/4] arm64: kvm: reset hyp context for kexec
 2015-05-27  5:31 UTC  (10+ messages)
` [v4 1/4] arm64: kvm: add a cpu tear-down function
` [v4 2/4] arm64: kvm: add kvm cpu hotplug
` [v4 4/4] arm: kvm: add stub implementation for kvm_cpu_reset()

[PATCH-v2 0/4] target: Eliminate se_port + t10_alua_tg_pt_gp_member
 2015-05-27  5:29 UTC  (6+ messages)
` [PATCH-v2 2/4] target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage

[RFC PATCH v4 00/29] perf tools: filtering events using eBPF programs
 2015-05-27  5:20 UTC  (30+ messages)
` [RFC PATCH v4 01/29] tools: Add __aligned_u64 to types.h
` [RFC PATCH v4 02/29] perf tools: Move linux/kernel.h to tools/include
` [RFC PATCH v4 03/29] perf tools: Move linux/{list.h,poison.h} "
` [RFC PATCH v4 04/29] bpf tools: Introduce 'bpf' library to tools
` [RFC PATCH v4 05/29] bpf tools: Allow caller to set printing function
` [RFC PATCH v4 06/29] bpf tools: Open eBPF object file and do basic validation
` [RFC PATCH v4 07/29] bpf tools: Check endianess and make libbpf fail early
` [RFC PATCH v4 08/29] bpf tools: Iterate over ELF sections to collect information
` [RFC PATCH v4 09/29] bpf tools: Collect version and license from ELF sections
` [RFC PATCH v4 10/29] bpf tools: Collect map definitions from 'maps' section
` [RFC PATCH v4 11/29] bpf tools: Collect symbol table from SHT_SYMTAB section
` [RFC PATCH v4 12/29] bpf tools: Collect eBPF programs from their own sections
` [RFC PATCH v4 13/29] bpf tools: Collect relocation sections from SHT_REL sections
` [RFC PATCH v4 14/29] bpf tools: Record map accessing instructions for each program
` [RFC PATCH v4 15/29] bpf tools: Add bpf.c/h for common bpf operations
` [RFC PATCH v4 16/29] bpf tools: Create eBPF maps defined in an object file
` [RFC PATCH v4 17/29] bpf tools: Relocate eBPF programs
` [RFC PATCH v4 18/29] bpf tools: Introduce bpf_load_program() to bpf.c
` [RFC PATCH v4 19/29] bpf tools: Load eBPF programs in object files into kernel
` [RFC PATCH v4 20/29] bpf tools: Introduce accessors for struct bpf_program
` [RFC PATCH v4 21/29] bpf tools: Introduce accessors for struct bpf_object
` [RFC PATCH v4 22/29] bpf tools: Link all bpf objects onto a list
` [RFC PATCH v4 23/29] perf tools: Make perf depend on libbpf
` [RFC PATCH v4 24/29] perf record: Enable passing bpf object file to --event
` [RFC PATCH v4 25/29] perf tools: Parse probe points of eBPF programs during preparation
` [RFC PATCH v4 26/29] perf record: Probe at kprobe points
` [RFC PATCH v4 27/29] perf record: Load all eBPF object into kernel
` [RFC PATCH v4 28/29] perf tools: Add bpf_fd field to evsel and config it
` [RFC PATCH v4 29/29] perf tools: Attach eBPF program to perf event

[PATCH try #4] proc: fix PAGE_SIZE limit of /proc/$PID/cmdline
 2015-05-27  5:27 UTC  (4+ messages)

[PATCH 1/1] dw_mmc: insmod followed by rmmod will hung for eMMC
 2015-05-27  5:15 UTC  (4+ messages)

[PATCH] MAINTAINERS: update Emulex ocrdma email addresses
 2015-05-27  5:13 UTC  (2+ messages)

[PATCH] ACPI / property: Define a symbol for PRP0001
 2015-05-27  4:50 UTC  (2+ messages)

[PATCH] usb: ulpi: don't register drivers if bus doesn't exist
 2015-05-27  4:35 UTC  (11+ messages)

dell_rbtn - kernel panic at boot
 2015-05-27  4:24 UTC  (10+ messages)

[v8 0/9] Add VT-d Posted-Interrupts support - IOMMU part
 2015-05-27  4:05 UTC  (10+ messages)
` [v8 1/9] iommu: Add new member capability to struct irq_remap_ops
` [v8 2/9] iommu: dmar: Extend struct irte for VT-d Posted-Interrupts
` [v8 3/9] iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip
` [v8 4/9] iommu, x86: Save the mode (posted or remapped) of an IRTE
` [v8 5/9] iommu, x86: No need to migrating irq for VT-d Posted-Interrupts
` [v8 6/9] iommu, x86: Add cap_pi_support() to detect VT-d PI capability
` [v8 7/9] iommu, x86: Setup Posted-Interrupts capability for Intel iommu
` [v8 8/9] iommu, x86: define irq_remapping_cap()
` [v8 9/9] iommu, x86: Properly handler PI for IOMMU hotplug

[PATCH V3 3/3] n_gsm: wake up ldisc tty before using it
 2015-05-27  4:13 UTC 

[PATCH V3 2/3] cdc-acm: call usb_autopm_get_interface_upgrade in acm_tty_write
 2015-05-27  4:13 UTC 

[PATCH V3 1/3] usb: add function usb_autopm_get_interface_upgrade
 2015-05-27  4:13 UTC 

[PATCH 00/11] ARM64 PCI hostbridge init based on ACPI
 2015-05-27  3:57 UTC  (9+ messages)
` [PATCH 10/11] XEN / PCI: Remove the dependence on arch x86 when PCI_MMCONFIG=y

[PATCH net-next v6 0/2] Adding support for Cavium ThunderX network controller
 2015-05-27  3:18 UTC  (4+ messages)
` [PATCH net-next v6 1/2] pci: Add Cavium PCI vendor id
` [PATCH net-next v6 2/2] net: Adding support for Cavium ThunderX network controller

[RFC PATCH 1/2] kernel/fork.c: add a function to calculate page address from thread_info
 2015-05-27  3:49 UTC  (2+ messages)

[PATCH V2 3/3] n_gsm: wake up ldisc tty before using it
 2015-05-27  3:43 UTC  (3+ messages)

[PATCH] Intel, Dell, Ubuntu - i915/intel_dp.c
 2015-05-27  3:42 UTC 

[fuse-devel] fuse_get_context() and namespaces
 2015-05-27  3:31 UTC  (7+ messages)

[PATCH] mm/hugetlb: document the reserve map/region tracking routines
 2015-05-27  3:30 UTC  (3+ messages)

[PATCH 0/6] support "dataplane" mode for nohz_full
 2015-05-27  3:28 UTC  (15+ messages)

[PATCH 0/3] GPIO support for BRCMSTB
 2015-05-27  3:26 UTC  (5+ messages)

[PATCH] scripts:checkpatch - Do not give error if static bool or global bool variables are assigned to false value
 2015-05-27  3:23 UTC  (3+ messages)

[PATCH] regulator: s2mps11: Fix GPIO suspend enable shift wrapping bug
 2015-05-27  3:22 UTC 

[PATCH v3] net/unix: sk_socket can disappear when state is unlocked
 2015-05-27  3:20 UTC  (3+ messages)

[PATCH 0/8] Smack namespace
 2015-05-27  3:13 UTC  (4+ messages)
` [PATCH v2 0/7] "

[PATCH v2 v3.18-rc4 1/4] drm: prime: Honour O_RDWR during prime-handle-to-fd
 2015-05-27  3:15 UTC  (2+ messages)

linux-next: build failure after merge of the backlight tree
 2015-05-27  3:11 UTC 

[PATCH v3 0/6] Watchdog: introduce ARM SBSA watchdog driver
 2015-05-27  3:08 UTC  (6+ messages)
  ` [PATCH v3 6/6] ACPI: import watchdog info of GTDT into platform device

[PATCH 0/8] Cleanup and add support for SSD1305
 2015-05-27  3:03 UTC  (8+ messages)
` [PATCHv6 00/10] "
  ` [PATCHv6 05/10] ARM: mxs: fix in tree users of ssd1306

[PATCH] atm:he - Change 0 to false for bool type variable initialization
 2015-05-27  3:10 UTC  (2+ messages)

[PATCH 1/2] KVM: MMU: fix SMAP virtualization
 2015-05-27  2:53 UTC  (4+ messages)

[PATCH V2 2/3] cdc-acm: call usb_autopm_get_interface_upgrade in acm_tty_write
 2015-05-27  2:49 UTC 

[PATCH V2 1/3] usb: add function usb_autopm_get_interface_upgrade
 2015-05-27  2:49 UTC 

[PATCH V2 0/3] cdc-acm: fix incorrect runtime wakeup in acm_tty_write
 2015-05-27  2:49 UTC 

[PATCH v4 1/1] usb: ulpi: ulpi_init should be executed in subsys_initcall
 2015-05-27  2:37 UTC  (3+ messages)

[GIT PULL] USB fixes for v4.1-rc5
 2015-05-27  2:36 UTC  (2+ messages)

[RFC v2 1/4] fs: Add generic file system event notifications
 2015-05-27  2:34 UTC  (11+ messages)

[PATCH] usb: dwc2: fix unnecessary USB overcurrent condition
 2015-05-27  2:26 UTC 

[RFC PATCH v2 00/15] perf bpf: Probing with local variable
 2015-05-27  2:27 UTC  (6+ messages)
` [RFC PATCH v2 09/15] perf probe: Support $params without debuginfo

[PATCH 2/2] base: power : opp.c: fixed a typo error
 2015-05-27  2:20 UTC  (2+ messages)

[Xen-devel] Regression due to "device property: Make it possible to use secondary firmware nodes" Re: Xen-unstable + linux 4.1-mergewindow: problems with PV guest pci passthrough: pcifront pci-0: pciback not responding!!!
 2015-05-27  2:15 UTC  (5+ messages)
` [PATCH] PCI / ACPI: Do not set ACPI companions for host bridges with parents

linux-next: build failure after merge of the wireless-drivers-next tree
 2015-05-27  2:03 UTC 

[PATCH] mmc: dw_mmc: Wait for data transfer after response errors
 2015-05-27  1:53 UTC  (4+ messages)

Question about "Make sched entity usage tracking scale-invariant"
 2015-05-27  1:49 UTC  (3+ messages)
  `  "

[PATCH] char:agp:amd64-agp - fix for warning __initdata
 2015-05-27  1:48 UTC 

[PATCH v5] ixgbe: Add module parameter to disable VLAN filter
 2015-05-27  1:43 UTC  (4+ messages)
` [Intel-wired-lan] "

Compilers and RCU readers: Once more unto the breach!
 2015-05-27  1:41 UTC  (3+ messages)
` [c++std-parallel-1611] "
  ` [c++std-parallel-1651] "

[PATCH] char:agp:amd64-agp - Change 1 to true for bool type
 2015-05-27  1:41 UTC 

Re: [RFC PATCH] suspend/resume performance improvement
 2015-05-27  1:41 UTC 

[PATCH] lguest: fix out-by-one error in address checking
 2015-05-27  1:29 UTC 

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

[PATCH v3 1/1] usb: ulpi: ulpi_init should be executed in subsys_initcall
 2015-05-27  1:33 UTC  (5+ messages)

Re: [RFC PATCH] suspend/resume performance improvement
 2015-05-27  1:32 UTC 

[PATCH] staging:nvec: fix typo in comment
 2015-05-27  1:30 UTC 

swap: nfs: Sleeping function called from an rcu read section in nfs_swap_activate
 2015-05-27  1:29 UTC  (3+ messages)

[PATCH 000/208] big x86 FPU code rewrite
 2015-05-27  1:22 UTC  (3+ messages)

[PATCH 01/16] CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONS: set if CPUMASK_OFFSTACK
 2015-05-27  1:18 UTC  (4+ messages)
` [PATCH 06/16] ia64: fix up obsolete cpu function usage

[PATCH] pinctrl: zynq: change error code for pinctrl_register failure
 2015-05-27  1:18 UTC  (4+ messages)

[PATCH] cpuidle: Do not use CPUIDLE_DRIVER_STATE_START in cpuidle.c
 2015-05-27  1:36 UTC 

[RFC PATCH 0/4] x86, mwaitt: introduce AMD mwaitt support
 2015-05-27  1:01 UTC  (5+ messages)
` [RFC PATCH 2/4] x86, mwaitt: introduce mwaitx idle with a configurable timer

[PATCH] ray_cs: Change 1 to true for bool type variable
 2015-05-27  0:55 UTC 

clock driver
 2015-05-27  0:32 UTC  (4+ messages)

[PATCH v4 00/11] simplify block layer based on immutable biovecs
 2015-05-27  0:40 UTC  (17+ messages)
` [PATCH v4 01/11] block: make generic_make_request handle arbitrarily sized bios
          ` [dm-devel] "
` [PATCH v4 06/11] md/raid5: get rid of bio_fits_rdev()

[PATCHSET] cgroup, sched: restructure threadgroup locking and replace it with a percpu_rwsem
 2015-05-27  0:34 UTC  (2+ messages)

[PATCH 1/3] usb: add function usb_autopm_get_interface_upgrade
 2015-05-27  0:27 UTC  (3+ messages)

[PATCH v4 00/35] staging: rtl8192e: Fix more checkpatch.pl warnings
 2015-05-27  0:22 UTC  (5+ messages)
` [PATCH v4 02/35] staging: rtl8192e: Declare ethernet addresses as __aligned(2)

[PATCH 0/6] staging: comedi: amplc_dio200*: minor source cleanups
 2015-05-27  0:20 UTC  (2+ messages)

unnecessary #ifdefs
 2015-05-27  0:17 UTC  (2+ messages)

[PATCH] staging: comedi: addi_watchdog.h: don't include "../comedidev.h"
 2015-05-27  0:14 UTC  (2+ messages)

[PATCH 0/4] staging: comedi: 8255: fix cleanup and split module
 2015-05-27  0:12 UTC  (2+ messages)

[RFC PATCH] suspend/resume performance improvement
 2015-05-27  0:24 UTC  (2+ messages)

[PATCH] spmi-pmic-arb: add irq tracepoints to the pmic-arb driver
 2015-05-26 23:58 UTC  (3+ messages)

kernel bug(VM_BUG_ON_PAGE) with 3.18.13 in mm/migrate.c
 2015-05-26 23:44 UTC 

[PATCH v2 00/11] Various x86 pmu scheduling patches
 2015-05-26 23:33 UTC  (3+ messages)
` [PATCH v2 02/11] perf/x86: Improve HT workaround GP counter constraint

Patch for typo in kernel panic message
 2015-05-26 22:57 UTC 

[PATCH v2 0/2] Drivers: hv: vmbus: use cpu_hotplug_enable/disable for CPU offlining prevention
 2015-05-26 23:29 UTC  (2+ messages)

[PATCH] w1: ds2482: Add i2c module alias name
 2015-05-26 22:37 UTC 

[PATCH] PM / AVS: rockchip-io: depend on CONFIG_POWER_AVS
 2015-05-26 23:21 UTC  (2+ messages)

[PATCH v2] Mediatek SCPSYS power domain support
 2015-05-26 23:12 UTC  (3+ messages)
` [PATCH 1/5] soc: mediatek: Add infracfg misc driver support

[PATCH] clockevents: don't suspend/resume if unused
 2015-05-26 23:07 UTC  (2+ messages)
` [tip:timers/core] clockevents: Do not "

[RFD] linux-firmware key arrangement for firmware signing
 2015-05-26 23:06 UTC  (12+ messages)

[PATCH v4 0/3] Compile-time stack frame pointer validation
 2015-05-26 23:06 UTC  (9+ messages)

[RFC patch] vsprintf: Add %pav extension for print_vma_addr
 2015-05-26 23:05 UTC 

[RFD] timer: Proof of concept wheel replacement
 2015-05-26 23:01 UTC 

[PATCH] ASoC: fsl_spdif: Don't try to round-up for clock divisor calculation
 2015-05-26 23:00 UTC  (7+ messages)
    ` [alsa-devel] "

[PATCH v2 0/2] alloc_huge_page/hugetlb_reserve_pages race
 2015-05-26 22:59 UTC  (4+ messages)
` [PATCH v2 1/2] mm/hugetlb: compute/return the number of regions added by region_add()


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).