linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-23 22:13:05 to 2014-08-25 00:28:08 UTC [more...]

HI
 2014-08-25  0:26 UTC 

Kära vän,
 2014-08-24 23:57 UTC 

[PATCH v5 0/4] zram memory control enhance
 2014-08-25  0:05 UTC  (5+ messages)
` [PATCH v5 1/4] zsmalloc: move pages_allocated to zs_pool
` [PATCH v5 2/4] zsmalloc: change return value unit of zs_get_total_size_bytes
` [PATCH v5 3/4] zram: zram memory size limitation
` [PATCH v5 4/4] zram: report maximum used memory

[PATCH 0/4] *** SUBJECT HERE ***
 2014-08-25  0:05 UTC  (3+ messages)
` [PATCH 1/4] usbip: move usbip userspace code out of staging

[GIT PULL] ARM: SoC fixes for 3.17-rc
 2014-08-25  0:03 UTC  (3+ messages)

Problem with commit: x86, iosf: Make IOSF driver modular and usable by more drivers
 2014-08-24 23:57 UTC  (3+ messages)

[PATCH v4 0/4] zram memory control enhance
 2014-08-24 23:58 UTC  (6+ messages)
` [PATCH v4 3/4] zram: zram memory size limitation

[PATCH 0/7] MIPS: Move device-tree files to a common location
 2014-08-24 23:43 UTC  (6+ messages)

[PATCH] drivers: staging: rtl8821ae: Fix spaces required around that '<' errors
 2014-08-24 23:34 UTC 

[PATCH v9 00/12] Support for creating generic PCI host bridges from DT
 2014-08-24 23:27 UTC  (5+ messages)
` [PATCH v9 04/12] PCI: OF: Fix the conversion of IO ranges into IO resources

[PATCH] KVM-Use value reading from MSR when construct the eptp in VMX mode
 2014-08-24 23:14 UTC  (4+ messages)

[PATCH] UML: UBD: Fix for processes stuck in D state forever in UserModeLinux
 2014-08-24 23:02 UTC  (5+ messages)

[PATCH] drivers: staging: rtl8192u: Fix switch and case should be at the same indent errors
 2014-08-24 22:51 UTC 

[PATCH 0/6] Teach autofs about RCU-walk
 2014-08-24 22:42 UTC  (7+ messages)
` [PATCH 1/6] autofs4: allow RCU-walk to walk through autofs4
` [PATCH 5/6] autofs4: d_manage() should return -EISDIR when appropriate in rcu-walk mode
` [PATCH 2/6] autofs4: factor should_expire() out of autofs4_expire_indirect
` [PATCH 3/6] autofs4: make "autofs4_can_expire" idempotent
` [PATCH 6/6] autofs: the documentation I wanted to read
` [PATCH 4/6] autofs4: avoid taking fs_lock during rcu-walk

[PATCH V4 0/4] audit by executable name
 2014-08-24 22:34 UTC  (5+ messages)
` [PATCH V4 1/4] audit: implement audit by executable
` [PATCH V4 2/4] audit: clean simple fsnotify implementation
` [PATCH V4 3/4] audit: convert audit_exe to audit_fsnotify
` [PATCH V4 4/4] audit: avoid double copying the audit_exe path string

[PATCH v4 6/14] input: cyapa: add gen3 trackpad device basic functions support
 2014-08-22 23:55 UTC  (2+ messages)

[PATCH v4 5/14] input: cyapa: add read firmware image and raw data interfaces in debugfs system
 2014-08-22 23:51 UTC  (2+ messages)

[PATCH 00/11 v4] Coresight framework and drivers
 2014-08-24 21:38 UTC  (3+ messages)
` [PATCH 09/11 v4] coresight: adding support for beagle and beagleXM

[patch] mm: remove noisy remainder of the scan_unevictable interface
 2014-08-24 21:36 UTC 

[PATCH net-next 0/4] r8152: firmware support
 2014-08-24 21:20 UTC  (3+ messages)
` [PATCH net-next 4/4] r8152: support firmware files

[PATCH] drm/exynos/fbdev: set smem_len for fbdev
 2014-08-24 21:18 UTC  (2+ messages)

[RFC PATCH -logging 00/10] scsi/constants: Output continuous error messages on trace
 2014-08-24 20:44 UTC  (3+ messages)
  ` scsi logging future directions, was "

[PATCH] [v3] warn on performance-impacting configs aka. TAINT_PERFORMANCE
 2014-08-24 20:40 UTC  (5+ messages)

[PATCH] arm64/crypto: remove redundant update of data
 2014-08-24 20:38 UTC 

[PATCH V4 0/8] namespaces: log namespaces per task
 2014-08-24 20:38 UTC  (9+ messages)
` [PATCH V4 1/8] namespaces: assign each namespace instance a serial number
` [PATCH V4 3/8] namespaces: expose ns instance serial numbers in proc

[PATCH v5 net-next 00/29] BPF syscall, maps, verifier, samples, llvm
 2014-08-24 20:21 UTC  (30+ messages)
` [PATCH v5 net-next 01/29] bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT
` [PATCH v5 net-next 02/29] net: filter: add "load 64-bit immediate" eBPF instruction
` [PATCH v5 net-next 03/29] net: filter: split filter.h and expose eBPF to user space
` [PATCH v5 net-next 04/29] bpf: introduce syscall(BPF, ...) and BPF maps
` [PATCH v5 net-next 05/29] bpf: enable bpf syscall on x64 and i386
` [PATCH v5 net-next 06/29] bpf: add lookup/update/delete/iterate methods to BPF maps
` [PATCH v5 net-next 07/29] bpf: add hashtable type of "
` [PATCH v5 net-next 08/29] bpf: expand BPF syscall with program load/unload
` [PATCH v5 net-next 09/29] bpf: handle pseudo BPF_CALL insn
` [PATCH v5 net-next 10/29] bpf: verifier (add docs)
` [PATCH v5 net-next 11/29] bpf: verifier (add ability to receive verification log)
` [PATCH v5 net-next 12/29] bpf: handle pseudo BPF_LD_IMM64 insn
` [PATCH v5 net-next 13/29] bpf: verifier (add branch/goto checks)
` [PATCH v5 net-next 14/29] bpf: verifier (add verifier core)
` [PATCH v5 net-next 15/29] bpf: verifier (add state prunning optimization)
` [PATCH v5 net-next 16/29] bpf: allow eBPF programs to use maps
` [PATCH v5 net-next 17/29] bpf: split eBPF out of NET
` [PATCH v5 net-next 18/29] tracing: allow eBPF programs to be attached to events
` [PATCH v5 net-next 19/29] tracing: allow eBPF programs call printk()
` [PATCH v5 net-next 20/29] tracing: allow eBPF programs to be attached to kprobe/kretprobe
` [PATCH v5 net-next 21/29] tracing: allow eBPF programs to call ktime_get_ns() and get_current()
` [PATCH v5 net-next 22/29] samples: bpf: add mini eBPF library to manipulate maps and programs
` [PATCH v5 net-next 23/29] samples: bpf: example of tracing filters with eBPF
` [PATCH v5 net-next 24/29] bpf: verifier test
` [PATCH v5 net-next 25/29] bpf: llvm backend
` [PATCH v5 net-next 26/29] samples: bpf: elf file loader
` [PATCH v5 net-next 27/29] samples: bpf: eBPF example in C
` [PATCH v5 net-next 28/29] samples: bpf: counting "
` [PATCH v5 net-next 29/29] samples: bpf: IO latency analysis (iosnoop/heatmap)

[GIT PULL] x86 fixes
 2014-08-24 20:28 UTC 

[GIT PULL] perf fixes
 2014-08-24 20:25 UTC 

[PATCH linux-next] irq: export handle_fasteoi_irq
 2014-08-24 20:17 UTC  (2+ messages)

Inkjet Printer ink
 2014-08-24 20:08 UTC 

[PATCH 0/1] x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal()
 2014-08-24 20:05 UTC  (8+ messages)
` [PATCH 0/5] x86, fpu: make use_eager_fpu() more eager
  ` [PATCH 1/5] x86, fpu: change sanitize_restored_xstate() and convert_to_fxsr() to accept thread_xstate
  ` [PATCH 2/5] x86, fpu: don't drop_fpu() in __restore_xstate_sig() if use_eager_fpu()
  ` [PATCH 3/5] x86, fpu: don't drop_fpu() in exit_thread() "
  ` [PATCH 4/5] x86, fpu: shift init_fpu() from eager_fpu_init() to eager_fpu_init_bp()
  ` [PATCH 5/5] x86, fpu: sanitize the usage of use_eager_fpu() in switch_fpu_prepare()

[PATCH] mm: softdirty: write protect PTEs created for read faults after VM_SOFTDIRTY cleared
 2014-08-24 19:22 UTC  (13+ messages)
` [PATCH v2 0/3] softdirty fix and write notification cleanup
  ` [PATCH v2 1/3] mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared
  ` [PATCH v2 2/3] mm: mprotect: preserve special page protection bits
  ` [PATCH v2 3/3] mm: mmap: cleanup code that preserves special vm_page_prot bits
` [PATCH v3] mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared
` [PATCH v4] "

[GIT PULL] USB fixes for v3.17-rc2
 2014-08-24 19:20 UTC  (2+ messages)

Loading initrd above 4G causes freeze on boot
 2014-08-24 19:19 UTC  (4+ messages)

A recommendation from His & Hers Benz Are On Order. Are Yours?
 2014-08-24 18:15 UTC 

[Bug 3.14.17] inconsistent lock state
 2014-08-24 19:04 UTC  (4+ messages)

[PATCH 0/2] aio: fixes for kernel memory disclosure in aio read events
 2014-08-24 18:48 UTC  (14+ messages)
` [PATCH 1/2] aio: fix aio request leak when events are reaped by userspace
  ` Revert "aio: fix aio request leak when events are reaped by user space"

[PATCH 0/7] delete double assignment
 2014-08-24 18:40 UTC  (4+ messages)
` [PATCH 6/7] video: fbdev: sis: "

[PATCH v2] net: ec_bhf: remove excessive debug messages
 2014-08-24 18:40 UTC 

WARNING: CPU: 0 PID: 197 at fs/proc/generic.c:521 remove_proc_entry+0x142/0x159()
 2014-08-24 18:25 UTC  (3+ messages)

[PATCH] staging:lustre: lib-md.c fix checkpath warnings and errors
 2014-08-24 17:58 UTC 

[PATCH 0/1] ipc/shm: fix the historical/wrong mm->start_stack check
 2014-08-24 17:41 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v3 00/13] scsi: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-08-24 17:31 UTC  (4+ messages)

drm_mode_create_dumb_ioctl: divide error
 2014-08-24 17:18 UTC  (4+ messages)

[PATCH] wait: document timeout corner case
 2014-08-24 17:12 UTC 

[PATCH 0/5] [GIT PULL] ftrace: Fix issue between function tracer and function profiler
 2014-08-24 17:08 UTC  (6+ messages)
` [PATCH 1/5] ftrace: Allow ftrace_ops to use the hashes from other ops
` [PATCH 2/5] ftrace: Update all ftrace_ops for a ftrace_hash_ops update
` [PATCH 3/5] ftrace: Fix up trampoline accounting with looping on hash ops
` [PATCH 4/5] ftrace: Fix function_profiler and function tracer together
` [PATCH 5/5] ftrace: Use current addr when converting to nop in __ftrace_replace_code()

scsi-mq V2
 2014-08-24 16:41 UTC  (7+ messages)
    ` Performance degradation in IO writes vs. reads (was scsi-mq V2)

[PATCHv3 0/9] Mark literal strings in __init / __exit code
 2014-08-24 16:28 UTC  (4+ messages)

[PATCH v5 1/2] watchdog: Add Cadence WDT driver
 2014-08-24 16:18 UTC  (4+ messages)
` [PATCH v5 2/2] devicetree: Add Cadence WDT devicetree bindings documentation

[PATCH] Fix faulty logic in the case of recursive printk
 2014-08-24 16:01 UTC 

[RESEND][PATCH 07/10] [SCSI] mpt2sas: Added Reply Descriptor Post Queue (RDPQ) Array support
 2014-08-24 15:37 UTC  (2+ messages)

[PATCH] drivers: scsi: #define missing include guards
 2014-08-24 15:35 UTC  (2+ messages)

[PATCH 01/24] perf tools: Add a test for tracking with sched_switch
 2014-08-24 14:58 UTC  (2+ messages)
` [tip:perf/core] perf tests: "

[PATCH 01/20] perf: Add PERF_EVENT_STATE_EXIT state for events with exited task
 2014-08-24 14:59 UTC  (3+ messages)
` [tip:perf/core] perf: Fix perf_poll to return proper POLLHUP value
` [tip:perf/core] perf: Add PERF_EVENT_STATE_EXIT state for events with exited task

[PATCH v1 0/8][SCSI] mpt3sas: Phase2 and Phase3 mpt3sas driver patch set
 2014-08-24 15:01 UTC  (2+ messages)

[PATCH v3] perf hists browser: Consolidate callchain print functions in TUI
 2014-08-24 15:00 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 1/2] perf tools: Add +field argument support for --field option
 2014-08-24 15:00 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 04/24] perf tools: Add machine__kernel_ip()
 2014-08-24 14:58 UTC  (2+ messages)
` [tip:perf/core] "

[tip:perf/core] perf top: Use set_term_quiet() instead of open coded equivalent
 2014-08-24 14:59 UTC 

[PATCH 03/24] perf tools: Rename machine__get_kernel_start_addr()
 2014-08-24 14:58 UTC  (2+ messages)
` [tip:perf/core] perf machine: Rename machine__get_kernel_start_addr() method

[PATCH 02/24] perf scripting: Add 'flush' callback to scripting API
 2014-08-24 14:58 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH] perf: Fallback to MAP__FUNCTION if daddr maps are NULL
 2014-08-24 14:59 UTC  (2+ messages)
` [tip:perf/core] perf machine: "

[PATCH v2 1/2] perf hists browser: Cleanup callchain print functions
 2014-08-24 14:58 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 2/5] perf hists browser: Factor out hist_browser__show_callchain_entry()
 2014-08-24 14:57 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 1/5] perf hists browser: Fix children overhead dump
 2014-08-24 14:57 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 3/5] perf hists browser: Get rid of unused 'remaining' variable
 2014-08-24 14:57 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH] powerpc/perf: Explicitly include util/debug.h
 2014-08-24 14:56 UTC  (2+ messages)
` [tip:perf/core] perf tools powerpc: Explicitly include util/ debug.h

[PATCH] perf, map: Don't try to find DSOs in SYSV maps
 2014-08-24 14:56 UTC  (2+ messages)
` [tip:perf/core] perf symbols: "

[PATCH 0/8] x86, microcode: cosmetic and minor issue fixes
 2014-08-24 14:56 UTC  (6+ messages)
` [tip:x86/microcode] x86, microcode, amd: Fix missing static declaration
` [tip:x86/microcode] x86, microcode, intel: Add missing static declarations
` [tip:x86/microcode] x86, microcode, intel: Fix typos
` [tip:x86/microcode] x86, microcode, intel: Rename apply_microcode and declare it static
` [tip:x86/microcode] x86, microcode, intel: Fix total_size computation

[PATCH 1/2] x86: use memblock_alloc_range() or memblock_alloc_base()
 2014-08-24 14:56 UTC  (2+ messages)
` [PATCH 2/2] mm: use memblock_alloc_range()

[GIT PULL 00/16] perf/core improvements and fixes
 2014-08-24 14:47 UTC  (4+ messages)

[GIT PULL] nohz: Fix double clock write on idle ticks
 2014-08-24 14:45 UTC  (3+ messages)

[PATCH tip/core/rcu 1/2] rcu: Parallelize and economize NOCB kthread wakeups
 2014-08-24 14:36 UTC  (6+ messages)

[PATCH v5 0/3] usb: gadget: f_fs: userspace API fixes and improvements
 2014-08-24 14:31 UTC  (7+ messages)
` [PATCH v5 1/3] usb: gadget: f_fs: fix the redundant ep files problem
` [PATCH v5 2/3] usb: gadget: f_fs: add ioctl returning ep descriptor
` [PATCH v5 3/3] usb: gadget: f_fs: virtual endpoint address mapping

CIJ inks
 2014-08-24 14:15 UTC 

[PATCH v3] scsi: ufs-msm: add UFS controller support for Qualcomm MSM chips
 2014-08-24 13:51 UTC  (3+ messages)

[PATCH] regmap: Fix regcache debugfs initialization
 2014-08-24 13:32 UTC 

[PATCH v2 0/2] dd regulator support for pmbus and ltc2978
 2014-08-24 13:30 UTC  (11+ messages)
` [PATCH v2 1/2] pmbus: add regulator support
` [PATCH v2 2/2] pmbus: ltc2978: add regulator gating

Linux UDF support
 2014-08-24 12:46 UTC 

[PATCH] vhost: Add polling mode
 2014-08-24 12:26 UTC  (5+ messages)

[PATCH] drivers: net: wireless: Add include guards
 2014-08-24 12:01 UTC  (2+ messages)

[RFC 0/4] Increase the limit of tuntap queues
 2014-08-24 11:14 UTC  (7+ messages)
` [RFC 2/4] tuntap: Publish tuntap maximum number of queues as module_param

[PATCH] [v4] warn on performance-impacting configs aka. TAINT_PERFORMANCE
 2014-08-24 10:05 UTC  (2+ messages)

[PATCH] drivers: staging: rtl8192u: Fix space required after that ',' errors
 2014-08-24  9:57 UTC 

[PATCH] fs: btrfs: fix potential overflow
 2014-08-24  9:44 UTC  (2+ messages)

[GIT PULL] microcode cleanups
 2014-08-24  9:29 UTC  (2+ messages)

[char-misc-next 03/14 V2] mei: me_client lookup function to return me_client object
 2014-08-24  9:08 UTC 

[PATCH v3] arch: Kconfig: Let all architectures set endian explicitly
 2014-08-24  8:38 UTC 

[PATCH] arch/microblaze/include/asm/entry.h: Include "linux/linkage.h" to avoid compiling issue
 2014-08-24  8:06 UTC  (3+ messages)

[GIT PULL] GPIO fixes for the v3.17 series
 2014-08-24  7:20 UTC 

[PATCH] ACPI / scan: Allow ACPI drivers to bind to PNP device objects
 2014-08-24  7:06 UTC  (2+ messages)

[git pull] drm intel and radeon fixes
 2014-08-24  6:38 UTC 

[PATCH 1/2] SOUND: kill gameport bits
 2014-08-24  5:07 UTC  (7+ messages)

[PATCH] V1 1/2] ipc: let message queues use SIGEV_THREAD_ID with mq_notify
 2014-08-24  3:39 UTC  (3+ messages)
` [PATCH] V1 2/2] "

[PATCH] usb: gadget: udc: use USB API functions rather than constants
 2014-08-23 23:51 UTC 

[rcu] 0eb885afb20: -25.8% softirqs.RCU
 2014-08-23 16:35 UTC  (2+ messages)

[PATCH 0/2] Rockchip SoC thermal driver
 2014-08-23 23:33 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: document Rockchip thermal
` [PATCH 2/2] thermal: rockchip: add driver for "


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