public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-02-08 08:03:37 to 2014-02-08 20:21:28 UTC [more...]

[PATCH 01/17] x86, lto: Disable LTO for the x86 VDSO
 2014-02-08 20:21 UTC  (12+ messages)
` [PATCH 02/17] x86, lto: Disable fancy hweight optimizations for LTO v2
` [PATCH 05/17] lto: Handle LTO common symbols in module loader
` [PATCH 06/17] lto: Disable LTO for sys_ni
` [PATCH 07/17] Kbuild, lto, workaround: Don't warn for initcall_reference in modpost
` [PATCH 08/17] Kbuild, lto: Drop .number postfixes "
` [PATCH 10/17] Kbuild, lto: Add a gcc-ld script to let run gcc as ld
` [PATCH 14/17] Kbuild, lto: Add Link Time Optimization support
` [PATCH 16/17] lto: Mark spinlocks noinline when inline spinlocks are disabled
` [PATCH 17/17] lto, module: Warn about modules that are not fully LTOed

[PATCH 01/13] net: Mark function as static in 9p/client.c
 2014-02-08 20:14 UTC  (25+ messages)
` [PATCH 02/13] net: Include appropriate header file in caif/caif_dev.c
` [PATCH 03/13] net: Include appropriate header file in caif/cfsrvl.c
` [PATCH 04/13] net: Mark functions as static in core/dev.c
` [PATCH 05/13] net: Mark function as static in core/filter.c
` [PATCH 06/13] net: Move prototype declaration to appropriate header file from decnet/af_decnet.c
` [PATCH 07/13] net: Move prototype declaration to header file include/net/dn.h from net/decnet/af_decnet.c
` [PATCH 08/13] net: Move prototype declaration to include/net/ipx.h from net/ipx/ipx_route.c
` [PATCH 09/13] net: Move prototype declaration to header file include/net/ipx.h from net/ipx/af_ipx.c
` [PATCH 10/13] net: Move prototype declaration to header file include/net/datalink.h "
` [PATCH 11/13] net: Move prototype declaration to header file include/net/net_namespace.h "
` [PATCH 12/13] net: Include appropriate header file in netfilter/nft_lookup.c
` [PATCH 13/13] net: Mark functions as static in net/sunrpc/svc_xprt.c

[btrfs] BUG: unable to handle kernel NULL pointer dereference at 0000000000000038
 2014-02-08 20:10 UTC  (8+ messages)

[PATCHSET v2 cgroup/for-3.15] cgroup: cleanups after kernfs conversion
 2014-02-08 20:06 UTC  (10+ messages)
` [PATCH 1/8] cgroup: warn if "xattr" is specified with "sane_behavior"
` [PATCH 2/8] cgroup: relocate cgroup_rm_cftypes()
` [PATCH 3/8] cgroup: remove cftype_set
` [PATCH 4/8] cgroup: simplify dynamic cftype addition and removal
` [PATCH 5/8] cgroup: make cgroup hold onto its kernfs_node
` [PATCH 6/8] cgroup: remove cgroup->name
  ` [PATCH v3 "
` [PATCH 7/8] cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it atomic_t
` [PATCH 8/8] cgroup: remove cgroupfs_root->refcnt

[PATCH 0/2] Attention by Linus Torvalds needed to export symbol he wrote
 2014-02-08 20:06 UTC  (6+ messages)
` [PATCH 1/2] mm/vmalloc: export is_vmalloc_or_module_addr
` [PATCH 2/2] 9p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffers

[PATCH] ath5k: Remove AHB bus support
 2014-02-08 20:05 UTC  (6+ messages)
                    ` [ath5k-devel] "

agp/intel: can't ioremap flush page - no chipset flushing
 2014-02-08 19:59 UTC  (2+ messages)

screen goes blank when loading gma500_gfx (atom D2500)
 2014-02-08 19:56 UTC 

mm: shm: hang in shmem_fallocate
 2014-02-08 19:46 UTC  (2+ messages)

That greedy Linux VM cache
 2014-02-08 19:42 UTC 

[PATCH] Revert ds1wm.c from "w1: hold bus_mutex in netlink and search"
 2014-02-08 19:37 UTC 

[PATCH v2] SUNRPC: Allow one callback request to be received from two sk_buff
 2014-02-08 19:14 UTC  (2+ messages)

REGRESSION f54b311142a92ea2e42598e347b84e1655caf8e3 tcp auto corking slows down iSCSI file system creation by factor of 70 [WAS: 4 TB VMFS creation takes 15 minutes vs 26 seconds]
 2014-02-08 19:12 UTC  (26+ messages)
            ` [PATCH] tcp: disable auto corking by default

[PATCH 0/2] Attention by Linus Torvalds needed to export symbol he wrote
 2014-02-08 19:11 UTC 

nouveau graphical corruption in 3.13.2
 2014-02-08 18:57 UTC  (4+ messages)

[PATCH 1/2] block: Mark function as static in blk-lib.c
 2014-02-08 18:38 UTC  (4+ messages)
` [PATCH 2/2] block: Mark function as static in blk-throttle.c

[ANNOUNCE] 3.12.10-rt15
 2014-02-08 18:35 UTC 

[PATCH 1/2] async: async device driver probing
 2014-02-08 18:28 UTC  (4+ messages)
` [PATCH 2/2] async: Allow to group the asynced device probings

[PATCHSET v2 driver-core-next] kernfs: prepare for cgroup's kernfs conversion
 2014-02-08 18:17 UTC  (7+ messages)

[PATCH 1/6] kbuild: Remove relocations from kallsyms table
 2014-02-08 18:01 UTC  (9+ messages)
` [PATCH 4/6] kbuild: Support padding in kallsyms tables
` [PATCH 5/6] kbuild: Use single pass kallsyms

[RFC PATCH v4 00/10] VFIO support for platform devices
 2014-02-08 17:29 UTC  (11+ messages)
` [RFC PATCH v4 01/10] driver core: export driver_probe_device()
` [RFC PATCH v4 02/10] VFIO_IOMMU_TYPE1: Introduce the VFIO_DMA_MAP_FLAG_EXEC flag
` [RFC PATCH v4 03/10] VFIO_IOMMU_TYPE1: workaround to build for platform devices
` [RFC PATCH v4 04/10] VFIO_PLATFORM: Initial skeleton of VFIO support "
` [RFC PATCH v4 05/10] VFIO_PLATFORM: Return info for device and its memory mapped IO regions
` [RFC PATCH v4 06/10] VFIO_PLATFORM: Read and write support for the device fd
` [RFC PATCH v4 07/10] VFIO_PLATFORM: Support MMAP of MMIO regions
` [RFC PATCH v4 08/10] VFIO_PLATFORM: Return IRQ info
` [RFC PATCH v4 09/10] VFIO_PLATFORM: Initial interrupts support
` [RFC PATCH v4 10/10] VFIO_PLATFORM: Support for maskable and automasked interrupts

[GIT PULL] jfs for 3.14-rc2
 2014-02-08 16:59 UTC 

[RFC PATCH 00/11] smp: Single IPI cleanups
 2014-02-08 16:54 UTC  (15+ messages)
` [PATCH 01/11] block: Stop abusing csd.list for fifo_time
` [PATCH 02/11] block: Remove useless IPI struct initialization
` [PATCH 03/11] block: Stop abusing rq->csd.list in blk-softirq
` [PATCH 04/11] smp: Iterate functions through llist_for_each_entry_safe()
` [PATCH 05/11] smp: Remove unused list_head from csd
` [PATCH 06/11] smp: Teach __smp_call_function_single() to check for offline cpus
` [PATCH 07/11] smp: Consolidate the various smp_call_function_single() declensions
` [PATCH 08/11] smp: Move __smp_call_function_single() below its safe version
` [PATCH 09/11] watchdog: Simplify a little the IPI call
` [PATCH 10/11] smp: Remove wait argument from __smp_call_function_single()
` [PATCH 11/11] smp: Enhance and precise the role & requirements of __smp_call_function_single()

[PATCH] jfs: fix generic posix ACL regression
 2014-02-08 16:40 UTC  (4+ messages)

[PATCH] hyperv_fb: Add support for Gen2 VM
 2014-02-08 17:25 UTC 

[PATCHSET v2 cgroup/for-3.15] cgroup: convert to kernfs
 2014-02-08 16:15 UTC  (13+ messages)
` [PATCH 01/13] cgroup: improve css_from_dir() into css_tryget_from_dir()
` [PATCH 02/13] cgroup: introduce cgroup_tree_mutex
` [PATCH 03/13] cgroup: release cgroup_mutex over file removals
` [PATCH 04/13] cgroup: restructure locking and error handling in cgroup_mount()
` [PATCH 05/13] cgroup: factor out cgroup_setup_root() from cgroup_mount()
` [PATCH 06/13] cgroup: update cgroup name handling
` [PATCH 07/13] cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes()
` [PATCH 08/13] cgroup: update the meaning of cftype->max_write_len
` [PATCH 09/13] cgroup: introduce cgroup_init/exit_cftypes()
` [PATCH 10/13] cgroup: introduce cgroup_ino()
` [PATCH 11/13] cgroup: misc preps for kernfs conversion
` [PATCH 12/13] cgroup: relocate functions in preparation of "

Missing ATSC, the whole block, in a make oldconfig output
 2014-02-08 16:07 UTC  (2+ messages)

[PATCH] [trivial] alsa: Fix typos in alsa-driver-api.xml
 2014-02-08 15:47 UTC 

[PATCH 1/1] kernel: panic: display reason at end + pr_emerg
 2014-02-08  7:45 UTC 

[PATCHSET v2 cgroup/for-3.15] cgroup: drop module support and cgroup_root_mutex
 2014-02-08 15:36 UTC  (2+ messages)

[PATCHSET cgroup/for-3.14-fixes] cgroup: four misc fixes
 2014-02-08 15:25 UTC  (2+ messages)

[PATCHv1] driver core/platform: don't leak memory allocated for dma_mask
 2014-02-08 15:09 UTC  (11+ messages)
  ` [PATCHv2] "
            ` [PATCHv3] "
              ` [PATCHv4] "

[PATCH] ACPI / hotplug / PCI: Execute _EJ0 under the ACPI scan lock
 2014-02-08 15:22 UTC 

[PATCH] ACPI / dock: Use acpi_device_enumerated() to check if dock is present
 2014-02-08 15:17 UTC 

[PATCH 1/2] ACPI / processor: Replace hard-coded "ACPI0007" with ACPI_PROCESSOR_DEVICE_HID
 2014-02-08 15:03 UTC  (3+ messages)
` [PATCH 2/2] ACPI / trivial: Fix the return value type of acpi_processor_eval_pdc()

3.12: ethernet controller missing after resuming from suspend to RAM
 2014-02-08 15:01 UTC  (4+ messages)

[PATCH] [RFC] Support for creating generic host_bridge from device tree
 2014-02-08 14:22 UTC  (7+ messages)
` [PATCH] pci: Add support for creating a "

[PATCH RESEND v3] clk: return probe defer when DT clock not yet ready
 2013-11-25 18:47 UTC 

[PATCH v2 0/3] Prepare for running ACPI on !x86 and !ia64
 2014-02-08 13:10 UTC  (4+ messages)
` [PATCH v2 1/3] ACPI / idle: Make idle_boot_override depend on x86 and ia64
` [PATCH v2 2/3] ACPI / processor_core: Rework _PDC related stuff to make it more arch-independent
` [PATCH v2 3/3] ACPI: Introduce map_gic_id() to get apic id from MADT or _MAT method

[BUGREPORT] Linux USB 3.0
 2014-02-08 13:06 UTC  (9+ messages)

www.xrefs.info: updated with new kernels
 2014-02-08 12:40 UTC  (2+ messages)

[PATCH v2 0/2] generic CPU feature based udev module autoprobing
 2014-02-08 12:34 UTC  (3+ messages)
` [PATCH v2 1/2] cpu: add generic support for CPU feature based module autoloading
` [PATCH v2 2/2] x86: align x86 arch with generic CPU modalias handling

[patch] drop_caches: add some documentation and info message
 2014-02-08 11:55 UTC  (4+ messages)

[PATCH] iio: max1363: Use devm_regulator_get_optional for optional regulator
 2014-02-08 11:46 UTC  (2+ messages)

[patch 00/10] mm: thrash detection-based file cache sizing v9
 2014-02-08 11:43 UTC  (3+ messages)
` [patch 02/10] fs: cachefiles: use add_to_page_cache_lru()

[PATCH RT] Cleanup of unnecessary do while 0 in api mappings
 2014-02-08 11:39 UTC 

[PATCH v2] mfd: MAX6650/6651 support
 2014-02-08 11:33 UTC 

iio: adis16400: Set timestamp as the last element in
 2014-02-08 11:25 UTC  (4+ messages)
` [PATCH] iio: adis16400: Set timestamp as the last element in chan_spec

[RFC PATCH] mtd: add per NAND partition ECC config
 2014-02-08 10:36 UTC  (2+ messages)

[PATCH] x86, sections, numachip: Remove useless __read_mostly
 2014-02-08 10:29 UTC  (2+ messages)

Memory allocator semantics
 2014-02-08 10:27 UTC  (2+ messages)

[PATCH v3 0/5] slab: implement byte sized indexes for the freelist of a slab
 2014-02-08 10:17 UTC  (6+ messages)
` [PATCH v3 5/5] slab: make more slab management structure off the slab

[PATCH v3 0/4] off-codec widgets
 2014-02-08  7:59 UTC  (5+ messages)
` [PATCH v3 1/4] ASoC: add snd_soc_of_parse_audio_simple_widgets for DT
` [PATCH v3 2/4] ASoC: simple-card: add off-codec widgets supports
` [PATCH v3 3/4] ASoC: binding: add widgets.txt
` [PATCH v3 4/4] ASoC: binding: for new properties documenting and usage

Attaching a cgroup subsystem to multiple hierarchies
 2014-02-08  8:55 UTC  (5+ messages)

[GIT PULL REQUEST] watchdog - Fixes for v3.14-rc2
 2014-02-08  8:50 UTC 

[PATCH] usage-model.txt: fix a typo
 2014-02-08  8:50 UTC 

3.13 hangs when I tried to start a KVM at a 32 bit stable Gentoo
 2014-02-08  8:30 UTC  (3+ messages)

[PATCH v2 0/7] simple card
 2014-02-08  8:20 UTC  (4+ messages)
` [PATCH v2 7/7] ASoC: binding: for new properties documenting and usage

ѴἳᾺḠŖᾺ
 2014-02-07  5:11 UTC 

[PATCH 01/14] asmlinkage, kvm: Make kvm_rebooting visible
 2014-02-08  8:13 UTC  (2+ messages)


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