All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-09-26 19:39:52 to 2014-09-26 21:07:04 UTC [more...]

[PATCH] fork.c: copy_process(): fix cleanup WRT perf_event_free_task()
 2014-09-26 21:06 UTC 

[PATCH v4 0/3] Add USB PHY device tree support for R8A7791/Koelsch/Henninger board
 2014-09-26 21:05 UTC  (3+ messages)

[PATCH v3 5/7] net: Add GSO support for UDP tunnels with checksum
 2014-09-26 21:05 UTC  (2+ messages)

[PATCH v12 for-xen-4.5 00/20] x86/PMU: Xen PMU PV(H) support
 2014-09-26 21:04 UTC  (7+ messages)
` [PATCH v12 for-xen-4.5 06/20] vmx: Merge MSR management routines
` [PATCH v12 for-xen-4.5 09/20] x86/VPMU: Add public xenpmu.h
` [PATCH v12 for-xen-4.5 11/20] x86/VPMU: Interface for setting PMU mode and flags

[PATCH V2] bash: Fix shellshock vulnerability
 2014-09-26 21:03 UTC  (3+ messages)

Having the configuration file embedded into core.img look for the grub partition by its label
 2014-09-26 21:02 UTC  (5+ messages)

[patch net-next v2 8/9] switchdev: introduce Netlink API
 2014-09-26 21:02 UTC  (13+ messages)

[PATCH v4 0/2] Add USB PHY device tree support for R8A7790/Lager board
 2014-09-26 21:01 UTC  (9+ messages)
` [PATCH v4 1/2] ARM: shmobile: r8a7790: add USB PHY DT support
` [PATCH v4 2/2] ARM: shmobile: lager: enable USB PHY

[PATCH v2] x86: Quark: Add if/else to setup_arch for Quark TLB bug
 2014-09-26 20:59 UTC  (2+ messages)

[nightly] Core TISDK 2014.09 build 2014-09-26_13-19-02
 2014-09-26 20:39 UTC 

[PATCH v2 0/5] nfsd: support for lifting grace period early
 2014-09-26 20:58 UTC  (7+ messages)

[git pull] vfs fixes
 2014-09-26 20:58 UTC  (4+ messages)

Crash on ARM: 8148/1 flush TLS and thumbee register
 2014-09-26 20:57 UTC 

[RFC PATCH net-next v2 0/5] netns: allow to identify peer netns
 2014-09-26 20:56 UTC  (19+ messages)

[daisy][PATCH] dra7xx: add "mmip" to MACHINE_FEATURES
 2014-09-26 20:55 UTC  (3+ messages)

[PATCH v2 RESEND/RFC] timer: make deferrable cpu unbound timers really not bound to a cpu
 2014-09-26 20:54 UTC  (3+ messages)

[PATCH net-next] net : optimize skb_release_data()
 2014-09-26 20:54 UTC  (2+ messages)

[PATCH 0/2] hugetlb minor improvements
 2014-09-26 20:53 UTC  (3+ messages)
` [mmotm][PATCH 1/2] mm/hugetlb: improve suboptimal migration/hwpoisoned entry check

btrfs kernel trace: btrfs_delayed_qgroup_accounting
 2014-09-26 20:53 UTC 

ideapad-laptop: cat fan_mode incorrect value on Lenovo S20-30
 2014-09-26 20:38 UTC 

[PATCH net-next] sparc: bpf_jit: add support for BPF_LD(X) | BPF_LEN instructions
 2014-09-26 20:52 UTC  (2+ messages)

[PATCH 0/3] arm: ls1: add deep sleep support
 2014-09-26 20:51 UTC  (5+ messages)
` [PATCH 2/3] pm: add FSM configuration for deep sleep

[GIT PULL] SELinux patches for 3.18
 2014-09-26 20:51 UTC 

[PATCH v4 0/8] ARM: rockchip: add cpuclk handling - clock-tree part
 2014-09-26 20:51 UTC  (5+ messages)
` [PATCH v4 6/8] clk: rockchip: add new clock-type for the cpuclk
  ` [PATCH v4.1 "
    ` [PATCH v4.2 "

[PATCH] net: bcmgenet: Fix compile warning
 2014-09-26 20:50 UTC  (2+ messages)

[PATCH] ASoC: ssm4567: Add driver for Analog Devices SSM4567 amplifier
 2014-09-26 20:49 UTC  (7+ messages)

[PATCH v3] zsmalloc: merge size_class to reduce fragmentation
 2014-09-26 20:48 UTC  (3+ messages)

[PATCH v3 00/12] clk: sunxi: Improve MMC clocks support
 2014-09-26 20:47 UTC  (5+ messages)
` [PATCH v3 11/12] mmc: sunxi: Convert MMC driver to the standard clock phase API

[Qemu-devel] [PATCH v3 00/17] QOMify accelerator code
 2014-09-26 20:45 UTC  (18+ messages)
` [Qemu-devel] [PATCH v3 01/17] vl.c: Small coding style fix
` [Qemu-devel] [PATCH v3 02/17] accel: Move accel code to accel.c
` [Qemu-devel] [PATCH v3 03/17] accel: Create AccelType typedef
` [Qemu-devel] [PATCH v3 04/17] accel: Simplify configure_accelerator() using AccelType *acc variable
` [Qemu-devel] [PATCH v3 05/17] accel: Move accel name lookup to separate function
` [Qemu-devel] [PATCH v3 06/17] accel: Use QOM classes for accel types
` [Qemu-devel] [PATCH v3 07/17] accel: Make AccelClass.available() optional
` [Qemu-devel] [PATCH v3 08/17] accel: Report unknown accelerator as "not found" instead of "does not exist"
` [Qemu-devel] [PATCH v3 09/17] accel: Move KVM accel registration to kvm-all.c
` [Qemu-devel] [PATCH v3 10/17] accel: Move Xen registration code to xen-common.c
` [Qemu-devel] [PATCH v3 11/17] accel: Move qtest accel registration to qtest.c
` [Qemu-devel] [PATCH v3 12/17] accel: Remove tcg_available() function
` [Qemu-devel] [PATCH v3 13/17] accel: Move accel init/allowed code to separate function
` [Qemu-devel] [PATCH v3 14/17] accel: Rename 'init' method to 'init_machine'
` [Qemu-devel] [PATCH v3 15/17] accel: Pass MachineState object to accel init functions
` [Qemu-devel] [PATCH v3 16/17] accel: Create accel object when initializing machine
` [Qemu-devel] [PATCH v3 17/17] kvm: Make KVMState be the TYPE_KVM_ACCEL instance struct

[PATCH net] net/mlx4_core: Allow not to specify probe_vf in SRIOV IB mode
 2014-09-26 20:47 UTC  (2+ messages)

[Cocci] glimpse / webglimpse now free software
 2014-09-26 20:47 UTC 

reiser4 (ccreg40): very slow mount, poor unlink performance, questions about compression modes
 2014-09-26 20:46 UTC  (7+ messages)
  ` Non-deleted directories (Was Re: reiser4 (ccreg40)...)

[PATCH 0/2] hugetlb minor improvements
 2014-09-26 20:44 UTC  (3+ messages)
` [mmotm][PATCH 1/2] mm/hugetlb: improve suboptimal migration/hwpoisoned entry check
` [mmotm][PATCH 2/2] mm/hugetlb: cleanup and rename is_hugetlb_entry_(migration|hwpoisoned)()

[PATCH] net/openvswitch: remove dup comment in vport.h
 2014-09-26 20:42 UTC  (2+ messages)

eBPF verifier thoughts (Re: [PATCH v15 net-next 00/11] eBPF syscall, verifier, testsuite)
 2014-09-26 20:42 UTC  (10+ messages)

codec->card removed
 2014-09-26 20:42 UTC  (5+ messages)

[Buildroot] [PATCH] genimage: bump to version 7
 2014-09-26 20:42 UTC 

[PATCH] pinctrl: remove remaining users of gpiochip_remove() retval
 2014-09-26 20:41 UTC  (3+ messages)

[PATCH 0/6] sparc64: MM/IRQ patch queue
 2014-09-26 20:41 UTC  (3+ messages)

[PATCH net-next v2 2/5] net: tcp: add flag for ca to indicate that ECN is required
 2014-09-26 20:39 UTC  (5+ messages)

[PATCH net-next v3 0/5] net: tcp: DCTCP congestion control algorithm
 2014-09-26 20:37 UTC  (6+ messages)
` [PATCH net-next v3 1/5] net: tcp: assign tcp cong_ops when tcp sk is created
` [PATCH net-next v3 2/5] net: tcp: add flag for ca to indicate that ECN is required
` [PATCH net-next v3 3/5] net: tcp: split ack slow/fast events from cwnd_event
` [PATCH net-next v3 4/5] net: tcp: more detailed ACK events and events for CE marked packets
` [PATCH net-next v3 5/5] net: tcp: add DCTCP congestion control algorithm

[PATCH] man: Include max PE size in vgcreate
 2014-09-26 20:38 UTC 

[xen-4.3-testing test] 30405: regressions - FAIL
 2014-09-26 20:35 UTC 

[PATCH] mm: softdirty: unmapped addresses between VMAs are clean
 2014-09-26 20:33 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4 0/2] mtd: nand: add sunxi NAND flash controller support
 2014-09-26 20:31 UTC  (2+ messages)

[PATCH 0/2] socfpga: fix hotplug/add suspend to ram
 2014-09-26 20:23 UTC  (5+ messages)
` [PATCH 2/2] socfpga: support "

[PATCH v6 0/4] Tegra124 soctherm driver
 2014-09-26 20:28 UTC  (6+ messages)
` [PATCH v6 4/4] thermal: Add Tegra SOCTHERM thermal management driver

[PATCHv7 00/26] VFIO support for platform and AMBA devices on ARM
 2014-09-26 20:27 UTC  (11+ messages)
` [PATCHv7 06/26] vfio/iommu_type1: implement the VFIO_DMA_MAP_FLAG_NOEXEC flag
` [PATCHv7 10/26] vfio: platform: probe to devices on the platform bus

[net-next v3 00/29][pull request] Intel Wired LAN Driver Updates 2014-09-23
 2014-09-26 20:25 UTC  (2+ messages)

[PATCH v4] power: reset: use restart_notifier mechanism for msm-poweroff
 2014-09-26 20:25 UTC  (2+ messages)

[PATCH v2 0/1] gpio-restart restart handler
 2014-09-26 20:23 UTC  (3+ messages)
` [PATCH v2 1/1] power: Add simple gpio-restart driver

[PATCH v2] vfs: Don't exchange "short" filenames unconditionally
 2014-09-26 20:23 UTC  (6+ messages)

[GIT PULL 00/10] perf/core improvements and fixes
 2014-09-26 20:19 UTC  (11+ messages)
` [PATCH 01/10] perf stat: Fix --per-core on multi socket systems
` [PATCH 02/10] perf tools: Fix perf record as non root with kptr_restrict == 1
` [PATCH 03/10] perf tools: Modify error code for when perf_session__new() fails
` [PATCH 04/10] perf tools: Use ACCESS_ONCE() instead of volatile cast
` [PATCH 05/10] perf hists browser: Fix callchain print bug on TUI
` [PATCH 06/10] perf tools: Move callchain config from record_opts to callchain_param
` [PATCH 07/10] perf callchain: Move some parser functions to callchain.c
` [PATCH 08/10] perf tools: Introduce perf_callchain_config()
` [PATCH 09/10] perf tools: Convert {record,top}.call-graph option to call-graph.record-mode
` [PATCH 10/10] perf tools: Fix line number in the config file error message

[PATCH 0/5] nf pull request for net
 2014-09-26 20:21 UTC  (2+ messages)

[PATCH] cpufreq: integrator: fix integrator_cpufreq_remove return type
 2014-09-26 20:19 UTC  (2+ messages)

[daisy][PATCH] bash: Fix CVE-2014-7169
 2014-09-26 20:21 UTC 

[PATCH] bash: Fix CVE-2014-7169
 2014-09-26 20:20 UTC 

[PATCH net-next 0/5] udp: Generalize GSO for UDP tunnels
 2014-09-26 20:16 UTC  (2+ messages)

[PATCH 0/6] HVM Emulation and trap injection fixes
 2014-09-26 20:15 UTC  (11+ messages)
` [PATCH 3/6] x86/hvm: Don't discard the SW/HW event distinction from the emulator
` [PATCH 4/6] x86/emulate: Support for emulating software event injection
` [PATCH 6/6] x86/svm: Misc cleanup

[PATCH] net: optimise inet_proto_csum_replace4()
 2014-09-26 20:14 UTC  (2+ messages)

[PATCH] net: optimise csum_replace4()
 2014-09-26 20:14 UTC  (2+ messages)

[PATCH 5/6] x86/hvm: Forced Emulation Prefix for debug builds of Xen
 2014-09-26 20:14 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v2 0/3] CMA & device tree, another approach
 2014-09-26 20:13 UTC  (4+ messages)
` [PATCH v2 1/3] drivers: of: add return value to of_reserved_mem_device_init

[Buildroot] [PATCH] ipackage/cdrkit: fix namespace of variables
 2014-09-26 20:13 UTC 

[PATCH net] r8152: fix the carrier off when autoresuming
 2014-09-26 20:13 UTC  (2+ messages)

[PATCH] Revert "net/macb: add pinctrl consumer support"
 2014-09-26 20:06 UTC  (3+ messages)

[PATCH] drm/tegra: Setup PHY_TIMING & BTA_TIMING registers in setup_clock()
 2014-09-26 20:06 UTC 

[PATCH v1 0/4] net: fec: Code cleanup
 2014-09-26 20:06 UTC  (2+ messages)

[GIT PULL] watchdog updates for Linux 3.18 (take three)
 2014-09-26 20:05 UTC 

[PATCH 1/2] include: kernel.h: deduplicate code implementing min*, max* and clamp* macros
 2014-09-26 20:04 UTC  (4+ messages)
` [PATCH] include: kernel.h: deduplicate code implementing "

GPIO registration for external Ethernet PHY oscillator enable/disable
 2014-09-26 20:04 UTC  (5+ messages)

[RFC v2] Unicode/UTF-8 support for XFS
 2014-09-26 20:03 UTC  (10+ messages)

[PATCH] sched/nohz: add debugfs control over sched_tick_max_deferment
 2014-09-26 20:03 UTC  (4+ messages)

[PATCH] reiser4: fix problem of non-deletable directories
 2014-09-26 20:01 UTC 

[PATCH for-4.5 v6 00/16] Xen VMware tools support
 2014-09-26 20:00 UTC  (8+ messages)

[RFC patch 0/6] vfio based pci pass-through for qemu/KVM on s390
 2014-09-26 19:59 UTC  (6+ messages)
  ` [Qemu-devel] "

[PATCH 0/7] Silence even more W=2 warnings
 2014-09-26 19:58 UTC  (11+ messages)

[PATCH v6 0/6] sched: consolidation of cpu_capacity
 2014-09-26 19:57 UTC  (6+ messages)
` [PATCH v6 4/6] sched: get CPU's usage statistic

[PATCH net-next 1/5] udp: Generalize skb_udp_segment
 2014-09-26 19:56 UTC  (2+ messages)

Ubuntu 14.04 and the Intel® Centrino® Advanced-N 6200
 2014-09-26 19:56 UTC  (4+ messages)

[PATCH net-next] tcp: abort orphan sockets stalling on zero window probes
 2014-09-26 19:56 UTC  (2+ messages)

RFC: get_user_pages_locked|unlocked to leverage VM_FAULT_RETRY
 2014-09-26 19:54 UTC  (3+ messages)

[PATCH for-4.5 v10 00/19] Mem_event and mem_access for ARM
 2014-09-26 19:54 UTC  (4+ messages)
` [PATCH for-4.5 v10 04/19] xen: Relocate p2m_mem_access_resume to mem_access common

[Devel] ACPICA version 20140926 released
 2014-09-26 19:53 UTC 

qla2xxx: Add FDMI-2 functionality
 2014-09-26 19:50 UTC  (2+ messages)

[Qemu-devel] [PATCH v7 00/11] target-arm: Parts of the AArch64 EL2/3 exception model
 2014-09-26 19:45 UTC  (4+ messages)
` [Qemu-devel] [PATCH v7 02/11] target-arm: Add SCR_EL3

Ccompiler on 3.8.11-yocto-standard
 2014-09-26 19:49 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] bitops: Header dependency fixes
 2014-09-26 19:46 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] tests: Add missing include to test-bitops.c
` [Qemu-devel] [PATCH 2/3] bitops.h: Don't include qemu-common.h
` [Qemu-devel] [PATCH 3/3] bitmap.h: "

[PATCH] spi-nor: Fix for Freescale i.MX6 reboot issue when using a N25Q00A boot device
 2014-09-26 19:46 UTC  (3+ messages)

pull request: iwlwifi-next 2014-09-21
 2014-09-26 19:44 UTC  (7+ messages)
` [PATCH 13/17] iwlwifi: 8000: fix fw name to account for revision

master - man: lvmcache should use clearer cache pool options
 2014-09-26 19:44 UTC 

[for master] [PATCH v2 0/4] Adding support for Wayland for DRM backends
 2014-09-26 19:42 UTC  (3+ messages)
` [for master] [PATCH v2 4/4] weston: weston 1.3.0 for DRM backend

[PATCH net-next] net: introduce __skb_header_release()
 2014-09-26 19:40 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.