linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-05 17:54:11 to 2015-05-05 20:09:37 UTC [more...]

[PATCH v4 0/7] mtrr, mm, x86: Enhance MTRR checks for huge I/O mapping
 2015-05-05 20:09 UTC  (7+ messages)
` [PATCH v4 2/7] mtrr, x86: Fix MTRR lookup to handle inclusive entry

[PATCH v2] Support for write stream IDs
 2015-05-05 20:09 UTC  (10+ messages)
` [PATCH 1/7] block: add support for carrying a stream ID in a bio
` [PATCH 2/7] Add support for per-file/inode stream ID
` [PATCH 3/7] direct-io: add support for write stream IDs
` [PATCH 4/7] Add stream ID support for buffered mpage/__block_write_full_page()
` [PATCH 5/7] btrfs: add support for write stream IDs
` [PATCH 6/7] xfs: add support for buffered writeback stream ID
` [PATCH 7/7] ext4: add support for write stream IDs

[PATCH 0/2] x86/quark: Add eSRAM driver and test code
 2015-05-05 20:07 UTC  (5+ messages)
` [PATCH 1/2] x86/quark: Add Quark embedded SRAM support

[PATCH v3 0/3] Add Mediatek SoC RTC driver
 2015-05-05 20:03 UTC  (5+ messages)
` [PATCH v3 2/3] rtc: mediatek: Add MT6397 "
  ` [rtc-linux] "
` [PATCH v3 3/3] MAINTAINERS: add Mediatek "
  ` [rtc-linux] "

[RFC PATCH 0/9] Add self-probe infrastructure and stacked irqdomain support for ACPI based GICv2/3 init
 2015-05-05 20:28 UTC  (2+ messages)

[PATCH 0/13] Parallel struct page initialisation v4
 2015-05-05 20:02 UTC  (7+ messages)

[PATCH] net: macb: Handle the RXUBR interrupt on all devices
 2015-05-05 20:00 UTC 

[PATCH 0/7] staging: fsl-mc: New functionality to the MC bus driver
 2015-05-05 19:56 UTC  (9+ messages)
` [PATCH 1/7] staging: fsl-mc: MC bus IRQ support

[PATCH v4 00/20] Tegra210 Clock Support
 2015-05-05 19:55 UTC  (7+ messages)
` [PATCH v4 08/20] clk: tegra: pll: Add logic for handling SDM data
` [PATCH v4 10/20] clk: tegra: pll: Add logic for out-of-table rates for T210

[PATCH 0/3] tty slave device support - version 3
 2015-05-05 19:54 UTC  (2+ messages)

[PATCH] ARM: bcm2835: Use 0x4 prefix for DMA bus addresses to SDRAM
 2015-05-05 19:53 UTC  (5+ messages)

[PATCH 000/208] big x86 FPU code rewrite
 2015-05-05 19:52 UTC  (52+ messages)
` [PATCH 162/208] x86/fpu, crypto x86/cast6_avx: Simplify the cast6_init() xfeature checks
` [PATCH 163/208] x86/fpu, crypto x86/sha1_ssse3: Simplify the sha1_ssse3_mod_init() "
` [PATCH 164/208] x86/fpu, crypto x86/serpent_avx2: Simplify the init() "
` [PATCH 165/208] x86/fpu, crypto x86/sha1_mb: Remove FPU internal headers from sha1_mb.c
` [PATCH 166/208] x86/fpu: Move asm/xcr.h to asm/fpu/internal.h
` [PATCH 167/208] x86/fpu: Rename sanitize_i387_state() to fpstate_sanitize_xstate()
` [PATCH 168/208] x86/fpu: Simplify fpstate_sanitize_xstate() calls
` [PATCH 169/208] x86/fpu: Pass 'struct fpu' to fpstate_sanitize_xstate()
` [PATCH 170/208] x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe()
` [PATCH 171/208] x86/fpu: Rename save_user_xstate() to copy_fpregs_to_sigframe()
` [PATCH 172/208] x86/fpu: Clarify ancient comments in fpu__restore()
` [PATCH 173/208] x86/fpu: Rename user_has_fpu() to fpregs_active()
` [PATCH 174/208] x86/fpu: Initialize fpregs in fpu__init_cpu_generic()
` [PATCH 175/208] x86/fpu: Clean up fpu__clear() state handling
` [PATCH 176/208] x86/alternatives, x86/fpu: Add 'alternatives_patched' debug flag and use it in xsave_state()
` [PATCH 177/208] x86/fpu: Synchronize the naming of drop_fpu() and fpu_reset_state()
` [PATCH 178/208] x86/fpu: Rename restore_fpu_checking() to copy_fpstate_to_fpregs()
` [PATCH 179/208] x86/fpu: Move all the fpu__*() high level methods closer to each other
` [PATCH 180/208] x86/fpu: Move fpu__clear() to 'struct fpu *' parameter passing
` [PATCH 181/208] x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig()
` [PATCH 182/208] x86/fpu: Move the signal frame handling code closer to each other
` [PATCH 183/208] x86/fpu: Merge fpu__reset() and fpu__clear()
` [PATCH 184/208] x86/fpu: Move is_ia32*frame() helpers out of fpu/internal.h
` [PATCH 185/208] x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling functions
` [PATCH 186/208] x86/fpu: Factor out fpu/regset.h from fpu/internal.h
` [PATCH 187/208] x86/fpu: Remove run-once init quirks
` [PATCH 188/208] x86/fpu: Factor out the exception error code handling code
` [PATCH 189/208] x86/fpu: Harmonize the names of the fpstate_init() helper functions
` [PATCH 190/208] x86/fpu: Create 'union thread_xstate' helper for fpstate_init()
` [PATCH 191/208] x86/fpu: Generalize 'init_xstate_ctx'
` [PATCH 192/208] x86/fpu: Move restore_init_xstate() out of fpu/internal.h
` [PATCH 193/208] x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functions
` [PATCH 194/208] x86/fpu: Factor out fpu/signal.c
` [PATCH 195/208] x86/fpu: Factor out the FPU regset code into fpu/regset.c
` [PATCH 196/208] x86/fpu: Harmonize FPU register state types
` [PATCH 197/208] x86/fpu: Change fpu->fpregs_active from 'int' to 'char', add lazy switching comments
` [PATCH 198/208] x86/fpu: Document the various fpregs state formats
` [PATCH 199/208] x86/fpu: Move debugging check from kernel_fpu_begin() to __kernel_fpu_begin()
` [PATCH 200/208] x86/fpu/xstate: Don't assume the first zero xfeatures zero bit means the end
` [PATCH 201/208] x86/fpu: Clean up xstate feature reservation
` [PATCH 202/208] x86/fpu/xstate: Clean up setup_xstate_comp() call
` [PATCH 203/208] x86/fpu/init: Propagate __init annotations
` [PATCH 204/208] x86/fpu: Pass 'struct fpu' to fpu__restore()
` [PATCH 205/208] x86/fpu: Fix the 'nofxsr' boot parameter to also clear X86_FEATURE_FXSR_OPT
` [PATCH 206/208] x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging code
` [PATCH 207/208] x86/fpu: Add FPU performance measurement subsystem
` [PATCH 208/208] x86/fpu: Reorganize fpu/internal.h

[PATCH V4 00/24] perf tools: Introduce an abstraction for AUX Area and Instruction Tracing
 2015-05-05 19:51 UTC  (3+ messages)
` [PATCH V4 18/24] perf tools: Add Intel BTS support

[RFC 0/2] asus notebook fan control
 2015-05-05 19:48 UTC  (3+ messages)
` [RFC v2] asus-wmi: add "

[PATCH] ipc/sem: 64bit union semun definition
 2015-05-05 19:37 UTC  (2+ messages)

[PATCH] remove <asm/scatterlist.h>
 2015-05-05 19:35 UTC  (2+ messages)

A desktop environment[1] kernel wishlist
 2015-05-05 19:35 UTC  (10+ messages)

Invitation and RFC: Linux Plumbers Device Tree track proposed
 2015-05-05 19:32 UTC  (5+ messages)
` [Celinux-dev] "

[PATCH 00/27] gpio: Allow compile test of GPIO consumers if !GPIOLIB
 2015-05-05 19:31 UTC  (6+ messages)
` [PATCH 01/27] drm/bridge: ptn3460: #include <linux/gpio/consumer.h>, depend on GPIOLIB
  ` [PATCH 05/27] hwmon: Allow compile test of GPIO consumers if !GPIOLIB
  ` [PATCH 26/27] watchdog: "

[PATCH 1/9] usb:fsl:otg: Add controller version based ULPI and UTMI phy
 2015-05-05 19:30 UTC  (4+ messages)
` [PATCH 2/9][v3]usb:fsl:otg: Add support to add/remove usb host driver
` [PATCH 4/9] usb:fsl:otg: Modify otg_event to start host drv

[PATCH] dmaengine: pl300: enable the clock to PL330 dma
 2015-05-05 19:22 UTC  (9+ messages)

[Patch 0/2] Optimize CPU vector allocation for NUMA systems
 2015-05-05 19:25 UTC  (3+ messages)
` [Patch 2/2] x86, irq: Support CPU vector allocation policies

[PATCH v2 0/2] net/rds: RDS-TCP robustness fixes
 2015-05-05 19:20 UTC  (3+ messages)
` [PATCH v2 1/2] net/rds: RDS-TCP: Always create a new rds_sock for an incoming connection
` [PATCH v2 2/2] net/rds: RDS-TCP: only initiate reconnect attempt on outgoing TCP socket

[PATCH 2/4] x86: deinline dma_free_attrs()
 2015-05-05 19:22 UTC  (2+ messages)
` [tip:x86/cleanups] x86: Deinline dma_free_attrs()

[PATCH 1/4] x86: deinline dma_alloc_attrs()
 2015-05-05 19:22 UTC  (2+ messages)
` [tip:x86/cleanups] x86: Deinline dma_alloc_attrs()

[PATCH 2/2] x86: Remove unused TI_cpu
 2015-05-05 19:21 UTC  (2+ messages)
` [tip:x86/cleanups] "

[PATCH 1/2] x86: Merge common 32-bit values in asm-offsets.c
 2015-05-05 19:21 UTC  (2+ messages)
` [tip:x86/cleanups] "

[PATCH RESENT] coredump: fix cn_printf formatting warnings
 2015-05-05 19:13 UTC  (3+ messages)
` [PATCH 1/2] coredump: use from_kuid/kgid_munged when formatting corename

[PATCH] sched: Relax a restriction in sched_rt_can_attach()
 2015-05-05 19:06 UTC  (21+ messages)

[PATCH 0/2] block: loop: fix stacked loop and performance regression
 2015-05-05 19:01 UTC  (2+ messages)

[PATCH 01/12] net: axienet: Support for RGMII
 2015-05-05 18:53 UTC  (5+ messages)
` [PATCH 02/12] net: axienet: Handle 0 packet receive gracefully

[PATCH 3/3] context_tracking,x86: remove extraneous irq disable & enable from context tracking on syscall entry
 2015-05-05 18:35 UTC  (11+ messages)
      ` question about RCU dynticks_nesting

[PATCH 1/2] clone: Support passing tls argument via C rather than pt_regs magic
 2015-05-05 18:53 UTC  (2+ messages)

[PATCH v3 0/7] Support for Open-Channel SSDs
 2015-05-05 18:51 UTC  (3+ messages)
` [PATCH v3 7/7] nvme: LightNVM support

[RFC PATCH 00/13] KVM: x86: SMM support
 2015-05-05 18:48 UTC  (6+ messages)
` [PATCH 08/13] KVM: x86: stubs for "

[PATCH 1/1 linux-next] gfs2: kerneldoc warning fixes
 2015-05-05 18:46 UTC  (2+ messages)

[PATCH tip/core/rcu 0/2] NO_HZ_FULL_SYSIDLE updates for v4.1
 2015-05-05 18:45 UTC  (6+ messages)
` [PATCH tip/core/rcu 1/2] rcu: Fixes to NO_HZ_FULL sysidle accounting
  ` [PATCH tip/core/rcu 2/2] rcu: Tighten up affinity and check for sysidle

[PATCH V3 linux-next] gfs2: convert simple_str to kstr
 2015-05-05 18:44 UTC  (2+ messages)

WARN_ON() in lock_accesses()
 2015-05-05 18:42 UTC  (4+ messages)

[PATCH] x86: Make cpu_tss available to external modules
 2015-05-05 18:42 UTC  (2+ messages)
` [tip:x86/urgent] "

[PATCH RFC] checkpatch: flag split arithmetic operations with CHECK
 2015-05-05 18:40 UTC  (5+ messages)

[PATCH 0/4] Enable deferred error interrupts
 2015-05-05 18:39 UTC  (8+ messages)
` [PATCH 2/4] x86/mce/amd: Introduce deferred error interrupt handler

[PATCH 000/208] big x86 FPU code rewrite
 2015-05-05 18:25 UTC  (58+ messages)
` [PATCH 081/208] x86/fpu: Move XCR0 manipulation to the FPU code proper
` [PATCH 084/208] x86/fpu: Rename xsave.header::xstate_bv to 'xfeatures'
` [PATCH 085/208] x86/fpu: Clean up and fix MXCSR handling
` [PATCH 086/208] x86/fpu: Rename regset FPU register accessors
` [PATCH 088/208] x86/fpu: Improve the __sanitize_i387_state() documentation
` [PATCH 091/208] x86/fpu: Rename __thread_clear_has_fpu() to __fpregs_deactivate()
` [PATCH 092/208] x86/fpu: Rename __thread_fpu_begin() to fpregs_activate()
` [PATCH 095/208] x86/fpu: Remove xsave_init() bootmem allocations
` [PATCH 096/208] x86/fpu: Make setup_init_fpu_buf() run-once explicitly
` [PATCH 098/208] x86/fpu: Split fpu__cpu_init() into early-boot and cpu-boot parts
` [PATCH 099/208] x86/fpu: Make the system/cpu init distinction clear in the xstate code as well
` [PATCH 100/208] x86/fpu: Move CPU capability check into fpu__init_cpu_xstate()
` [PATCH 102/208] x86/fpu: Propagate once per boot quirk into fpu__init_system_xstate()
` [PATCH 104/208] x86/fpu: Do fpu__init_system_xstate only from fpu__init_system()
` [PATCH 108/208] x86/fpu: Move eager_fpu_init() to fpu/init.c
` [PATCH 109/208] x86/fpu: Clean up eager_fpu_init() and rename it to fpu__ctx_switch_init()
` [PATCH 110/208] x86/fpu: Split fpu__ctx_switch_init() into _cpu() and _system() portions
` [PATCH 111/208] x86/fpu: Do CLTS fpu__init_system()
` [PATCH 112/208] x86/fpu: Move the fpstate_xstate_init_size() call into fpu__init_system()
` [PATCH 113/208] x86/fpu: Call fpu__init_cpu_ctx_switch() from fpu__init_cpu()
` [PATCH 115/208] x86/fpu: Remove fpu__init_cpu_ctx_switch() call from fpu__init_system()
` [PATCH 116/208] x86/fpu: Simplify fpu__cpu_init()
` [PATCH 117/208] x86/fpu: Factor out fpu__init_cpu_generic()
` [PATCH 120/208] x86/fpu: Move !FPU check ingo fpu__init_system_early_generic()
` [PATCH 122/208] x86/fpu: Make check_fpu() init ordering independent
` [PATCH 124/208] x86/fpu: Remove the extra fpu__detect() layer
` [PATCH 127/208] x86/fpu: Add more comments to the FPU init code
` [PATCH 129/208] x86/fpu: Uninline kernel_fpu_begin()/end()
` [PATCH 130/208] x86/fpu: Move various internal function prototypes to fpu/internal.h
` [PATCH 134/208] x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)
` [PATCH 135/208] x86/fpu: Remove failure paths from fpstate-alloc low level functions
` [PATCH 136/208] x86/fpu: Remove failure return from fpstate_alloc_init()
` [PATCH 137/208] x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr()
` [PATCH 138/208] x86/fpu: Simplify fpu__unlazy_stopped() error handling
` [PATCH 139/208] x86/fpu, kvm: Simplify fx_init()
` [PATCH 141/208] x86/fpu: Rename fpu__unlazy_stopped() to fpu__activate_stopped()
` [PATCH 143/208] x86/fpu: Simplify __save_fpu()
` [PATCH 145/208] x86/fpu: Simplify fpu__save()
` [PATCH 146/208] x86/fpu: Optimize fpu__save()
` [PATCH 147/208] x86/fpu: Optimize fpu_copy()
` [PATCH 149/208] x86/fpu: Rename fpu/xsave.h to fpu/xstate.h
` [PATCH 150/208] x86/fpu: Rename fpu/xsave.c to fpu/xstate.c
` [PATCH 151/208] x86/fpu: Introduce cpu_has_xfeatures(xfeatures_mask, feature_name)
` [PATCH 152/208] x86/fpu: Simplify print_xstate_features()
` [PATCH 153/208] x86/fpu: Enumerate xfeature bits
` [PATCH 154/208] x86/fpu: Move xfeature type enumeration to fpu/types.h
` [PATCH 155/208] x86/fpu, crypto x86/camellia_aesni_avx: Simplify the camellia_aesni_init() xfeature checks
` [PATCH 156/208] x86/fpu, crypto x86/sha256_ssse3: Simplify the sha256_ssse3_mod_init() "
` [PATCH 157/208] x86/fpu, crypto x86/camellia_aesni_avx2: Simplify the camellia_aesni_init() "
` [PATCH 158/208] x86/fpu, crypto x86/twofish_avx: Simplify the twofish_init() "
` [PATCH 159/208] x86/fpu, crypto x86/serpent_avx: Simplify the serpent_init() "
` [PATCH 160/208] x86/fpu, crypto x86/cast5_avx: Simplify the cast5_init() "
` [PATCH 161/208] x86/fpu, crypto x86/sha512_ssse3: Simplify the sha512_ssse3_mod_init() "
` [PATCH 162/208] x86/fpu, crypto x86/cast6_avx: Simplify the cast6_init() "

[PATCH 0/3] megaraid: use dev_printk() when possible
 2015-05-05 18:30 UTC  (4+ messages)
` [PATCH 3/3] megaraid_sas: use dev_printk "

[PATCH 0/4] scheduler-based cpu frequency scaling
 2015-05-05 18:28 UTC  (3+ messages)

[PATCH] x86: Optimize variable_test_bit()
 2015-05-05 16:10 UTC  (10+ messages)
          ` [RFC] Design for flag bit outputs from asms

[PATCH v17 for 4.2 0/2] sys_membarrier()
 2015-05-05 18:25 UTC  (4+ messages)
` [PATCH v17 1/2] sys_membarrier(): system-wide memory barrier (generic, x86)

[git pull] IOMMU Updates for Linux v4.1
 2015-05-05 18:22 UTC  (6+ messages)

[PATCH V2 0/3] Pistachio USB2.0 PHY
 2015-05-05 18:13 UTC  (2+ messages)

earlycon: no match?
 2015-05-05 18:15 UTC  (12+ messages)

[PATCH v7 0/6] Add common clock support for Broadcom iProc architecture
 2015-05-05 18:13 UTC  (7+ messages)
` [PATCH v7 1/6] clk: iproc: define Broadcom iProc clock binding
` [PATCH v7 2/6] clk: iproc: add initial common clock support
` [PATCH v7 3/6] clk: Change bcm clocks build dependency
` [PATCH v7 4/6] clk: cygnus: add clock support for Broadcom Cygnus
` [PATCH v7 5/6] ARM: dts: enable "
` [PATCH v7 6/6] clk: cygnus: remove Cygnus dummy clock binding

[PATCH] ARM: dts: cros-ec-keyboard: Add support for some Japanese keys
 2015-05-05 18:10 UTC  (2+ messages)

how to have the kernel do udev's job and autoload the right modules ?
 2015-05-05 18:08 UTC  (7+ messages)

[PATCH 1/2 linux-next] fs/affs/inode.c: mark new inode before hashtable insertion
 2015-05-05 18:06 UTC  (2+ messages)
` [PATCH 2/2 linux-next] AFFS: add tmpfile support

[V2 PATCH 0/5] Introduce ACPI _CCA support and device_dma_is_coherent API
 2015-05-05 18:02 UTC  (4+ messages)
` [Linaro-acpi] [V2 PATCH 2/5] arm64 : Introduce support for ACPI _CCA object


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