public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-15 04:08:32 to 2015-05-15 08:31:42 UTC [more...]

[ 00/48] 2.6.32.66-longterm review
 2015-05-15  8:06 UTC  (48+ messages)
` [ 01/48] x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regs
` [ 02/48] x86/tls: Validate TLS entries to protect espfix
` [ 03/48] x86, tls, ldt: Stop checking lm in LDT_empty
` [ 04/48] x86, tls: Interpret an all-zero struct user_desc as "no segment"
` [ 05/48] x86_64, switch_to(): Load TLS descriptors before switching DS and ES
` [ 06/48] x86/tls: Disallow unusual TLS segments
` [ 07/48] x86/tls: Dont validate lm in set_thread_area() after all
` [ 08/48] x86, kvm: Clear paravirt_enabled on KVM guests for espfix32s benefit
` [ 09/48] x86_64, vdso: Fix the vdso address randomization algorithm
` [ 10/48] ASLR: fix stack randomization on 64-bit systems
` [ 11/48] x86, cpu, amd: Add workaround for family 16h, erratum 793
` [ 12/48] x86/asm/entry/64: Remove a bogus ret_from_fork optimization
` [ 13/48] x86: Conditionally update time when ack-ing pending irqs
` [ 14/48] serial: samsung: wait for transfer completion before clock disable
` [ 15/48] splice: Apply generic position and size checks to each write
` [ 16/48] netfilter: conntrack: disable generic tracking for known protocols
` [ 17/48] isofs: Fix infinite looping over CE entries
` [ 18/48] isofs: Fix unchecked printing of ER records
` [ 19/48] net: sctp: fix memory leak in auth key management
` [ 20/48] net: sctp: fix slab corruption from use after free on INIT collisions
` [ 21/48] IB/uverbs: Prevent integer overflow in ib_umem_get address arithmetic
` [ 22/48] net: llc: use correct size for sysctl timeout entries
` [ 23/48] net: rds: use correct size for max unacked packets and bytes
` [ 24/48] ipv6: Dont reduce hop limit for an interface
` [ 25/48] fs: take i_mutex during prepare_binprm for set[ug]id executables
` [ 26/48] net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr struct from userland
` [ 27/48] ppp: deflate: never return len larger than output buffer
` [ 29/48] net: reject creation of netdev names with colons
` [ 30/48] ipv4: Dont use ufo handling on later transformed packets
` [ 31/48] udp: only allow UFO for packets from SOCK_DGRAM sockets
` [ 32/48] net: avoid to hang up on sending due to sysctl configuration overflow
` [ 33/48] net: sysctl_net_core: check SNDBUF and RCVBUF for min length
` [ 34/48] rds: avoid potential stack overflow
` [ 35/48] rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()
` [ 36/48] tcp: make connect() mem charging friendly
` [ 37/48] ip_forward: Drop frames with attached skb->sk
` [ 38/48] tcp: avoid looping in tcp_send_fin()
` [ 39/48] spi: spidev: fix possible arithmetic overflow for multi-transfer message
` [ 40/48] IB/core: Avoid leakage from kernel to user space
` [ 41/48] ipvs: uninitialized data with IP_VS_IPV6
` [ 42/48] ipv4: fix nexthop attlen check in fib_nh_match
` [ 43/48] pagemap: do not leak physical addresses to non-privileged userspace
` [ 44/48] lockd: Try to reconnect if statd has moved
` [ 45/48] scsi: Fix error handling in SCSI_IOCTL_SEND_COMMAND
` [ 46/48] posix-timers: Fix stack info leak in timer_create()
` [ 47/48] hfsplus: fix B-tree corruption after insertion at position 0
` [ 48/48] sound/oss: fix deadlock in sequencer_ioctl(SNDCTL_SEQ_OUTOFBAND)

[LKP] [mm/slab_common] 8dbaaff323f: kernel BUG at mm/slab.c:2276!
 2015-05-15  8:24 UTC 

perf.data file format specification draft
 2015-05-15  8:22 UTC  (2+ messages)

[RFC PATCH v2 00/37] perf tools: introduce 'perf bpf' command to load eBPF programs
 2015-05-15  8:03 UTC  (39+ messages)
` [RFC PATCH v2 01/37] tools perf: set vmlinux_path__nr_entries to 0 in vmlinux_path__exit
` [RFC PATCH v2 02/37] tools lib traceevent: install libtraceevent.a into libdir
` [RFC PATCH v2 03/37] tools build: Allow other override features to check
` [RFC PATCH v2 04/37] tools include: add __aligned_u64 to types.h
` [RFC PATCH v2 05/37] tools lib bpf: introduce 'bpf' library to tools
` [RFC PATCH v2 06/37] tools lib bpf: allow set printing function
` [RFC PATCH v2 07/37] tools lib bpf: defines basic interface
` [RFC PATCH v2 08/37] tools lib bpf: open eBPF object file and do basic validation
` [RFC PATCH v2 09/37] tools lib bpf: check swap according to EHDR
` [RFC PATCH v2 10/37] tools lib bpf: iterater over elf sections to collect information
` [RFC PATCH v2 11/37] tools lib bpf: collect version and license from ELF
` [RFC PATCH v2 12/37] tools lib bpf: collect map definitions
` [RFC PATCH v2 13/37] tools lib bpf: collect config section in object
` [RFC PATCH v2 14/37] tools lib bpf: collect symbol table in object files
` [RFC PATCH v2 15/37] tools lib bpf: collect bpf programs from "
` [RFC PATCH v2 16/37] tools lib bpf: collect relocation sections from object file
` [RFC PATCH v2 17/37] tools lib bpf: collect relocation instructions for each program
` [RFC PATCH v2 18/37] tools lib bpf: clean elf memory after loading
` [RFC PATCH v2 19/37] tools lib bpf: add bpf.c/h for common bpf operations
` [RFC PATCH v2 20/37] tools lib bpf: create maps needed by object file
` [RFC PATCH v2 21/37] tools lib bpf: relocation programs
` [RFC PATCH v2 22/37] tools lib bpf: introduce bpf_load_program to bpf.c
` [RFC PATCH v2 23/37] tools lib bpf: load bpf programs in object file into kernel
` [RFC PATCH v2 24/37] tools lib bpf: accessors of bpf_program
` [RFC PATCH v2 25/37] tools lib bpf: accessors for struct bpf_object
` [RFC PATCH v2 26/37] tools perf: Add new 'perf bpf' command
` [RFC PATCH v2 27/37] tools perf: make perf depend on libbpf
` [RFC PATCH v2 28/37] tools perf: add 'perf bpf record' subcommand
` [RFC PATCH v2 29/37] tools perf: add bpf-loader and open elf object files
` [RFC PATCH v2 30/37] tools perf: collect all bpf programs
` [RFC PATCH v2 31/37] tools perf: config probe points of eBPF programs during prepartion
` [RFC PATCH v2 32/37] tools perf bpf: probe at kprobe points
` [RFC PATCH v2 33/37] tools perf bpf: load eBPF object into kernel
` [RFC PATCH v2 34/37] tools perf: add a bpf_wrapper global flag
` [RFC PATCH v2 35/37] tools perf: add bpf_fd field to evsel and introduce new event syntax
` [RFC PATCH v2 36/37] tools perf: generate event argv
` [RFC PATCH v2 37/37] tools perf bpf: passes generated arguments to cmd_record

[PATCH net-next,1/1] hv_netvsc: change member name of struct netvsc_stats
 2015-05-15  9:33 UTC 

[PATCH V2 0/4] da9062: DA9062 driver submission
 2015-05-15  8:13 UTC  (4+ messages)
` [PATCH V2 3/4] watchdog: da9062: DA9062 watchdog driver

[PATCH v3 1/2] tools lib traceevent: Export dynamic symbols used by traceevent plugins
 2015-05-15  8:01 UTC  (2+ messages)
` [PATCH v3 2/2] tools lib traceevent: Ignore libtrace-dynamic-list file

[PATCH v2] leds: fix brightness changing when software blinking is active
 2015-05-15  8:12 UTC  (2+ messages)

[PATCH RFC] Documentation/infiniband: Add docs for rdma-helpers
 2015-05-15  8:12 UTC  (5+ messages)

[PATCH] spi: Force the registration of the spidev devices
 2015-05-15  8:09 UTC  (8+ messages)

[PATCH kernel v10 00/34] powerpc/iommu/vfio: Enable Dynamic DMA windows
 2015-05-15  8:09 UTC  (5+ messages)
` [PATCH kernel v10 23/34] powerpc/iommu/powernv: Release replaced TCE

Tux3 Report: How fast can we fsync?
 2015-05-15  8:09 UTC  (7+ messages)
` [FYI] tux3: Core changes

linux-next: Tree for May 15
 2015-05-15  8:07 UTC 

[PATCH v2 1/2] tools lib traceevent: Export dynamic symbols used by traceevent plugins
 2015-05-15  8:01 UTC  (7+ messages)

[PATCH v2 1/1] iio: ltr501: Add light channel support
 2015-05-15  8:02 UTC  (2+ messages)

[RFC PATCH v3] Documentation/arch: Add Documentation/arch-TODO
 2015-05-15  7:51 UTC  (15+ messages)
` [RFC PATCH v5] "
    ` [RFC PATCH v6] Documentation/arch: Add Documentation/arch-features.txt
          ` [PATCH] Documentation/arch: Add kernel feature descriptions and arch support status under Documentation/features/
            ` [PATCH v2] "

[PATCH] net: macb: Add better comment for RXUBR handling
 2015-05-15  7:49 UTC  (2+ messages)

[PATCH v4 0/5] arm64,hi6220: Enable Hisilicon Hi6220 SoC
 2015-05-15  7:42 UTC  (4+ messages)
` [PATCH v4 4/5] clk: hi6220: Clock driver support for Hisilicon hi6220 SoC

[PATCHv5 00/28] THP refcounting redesign
 2015-05-15  7:44 UTC  (3+ messages)
` [PATCHv5 03/28] memcg: adjust to support new THP refcounting

[PATCH v2 RT 3.18] irq_work: Provide a soft-irq based queue
 2015-05-15  7:43 UTC  (3+ messages)

[PATCH] kernel/printk/printk.c: check_syslog_permissions() cleanup
 2015-05-15  7:41 UTC  (3+ messages)

[̈́PATCHv5 00/12] usb: ulpi bus
 2015-05-15  7:39 UTC  (4+ messages)

Add Mediatek SPI driver
 2015-05-15  7:38 UTC  (6+ messages)
` [PATCH 2/3] spi: mediatek: Add spi bus for Mediatek MT8173

[PATCH v9] crypto: Add Allwinner Security System crypto accelerator
 2015-05-15  7:31 UTC  (6+ messages)
` [PATCH v9 1/4] ARM: sun7i: dt: Add Security System to A20 SoC DTS
` [PATCH v9 4/4] crypto: Add Allwinner Security System crypto accelerator

[PATCH 1/1] mtd: nand_bbt: separate struct nand_chip from nand_bbt.c
 2015-05-15  7:31 UTC 

[RFC PATCH] x86, espfix: use spin_lock rather than mutex
 2015-05-15  7:27 UTC  (7+ messages)

[GIT PULL] x86 fix
 2015-05-15  7:26 UTC 

[PATCH v1] lib/sort: Add 64 bit swap function
 2015-05-15  7:22 UTC  (2+ messages)

[PATCH] force inlining of spinlock ops
 2015-05-15  7:20 UTC  (10+ messages)

[GIT PULL] scheduler fixes
 2015-05-15  7:19 UTC 

[GIT PULL] perf fixes
 2015-05-15  7:17 UTC 

[PATCH] scsi: fix Wunused-but-set-variable buildwarning
 2015-05-15  7:14 UTC  (3+ messages)
` [Open-FCoE] "

[GIT PULL] irq fix
 2015-05-15  7:13 UTC 

[PATCH] drm/ttm: dma: Don't crash on memory in the vmalloc range
 2015-05-15  7:09 UTC 

[PATCH] crypto: vmx - fix two mistyped texts
 2015-05-15  7:05 UTC  (2+ messages)

Patch "block: destroy bdi before blockdev is unregistered." has been added to the 4.0-stable tree
 2015-05-15  7:03 UTC 

[PATCH 04/10] crypto: omap-sham: Check for return value from pm_runtime_get_sync
 2015-05-15  7:02 UTC  (4+ messages)
` [PATCH v2] "

On resume from suspend only CPU 0 comes back on-line [REGRESSION][BISECTED]
 2015-05-15  6:51 UTC  (5+ messages)

[tip:perf/core] perf trace: Fix the build on older distros
 2015-05-15  6:47 UTC 

[tip:perf/core] perf tools: Make flex/bison calls honour V=1
 2015-05-15  6:47 UTC 

[tip:perf/core] tools lib traceevent: Provide le16toh define for older systems
 2015-05-15  6:46 UTC 

[PATCH] perf report: Fix some option handling on --stdio
 2015-05-15  6:46 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH v6 0/5] Seeding DRBG with more entropy
 2015-05-15  6:46 UTC  (3+ messages)
` [PATCH v6 1/5] random: Blocking API for accessing nonblocking_pool

[PATCH] perf probe: Ignore tail calls to probed functions
 2015-05-15  6:46 UTC  (2+ messages)
` [tip:perf/core] "

[tip:perf/core] perf tests: Fix map_groups refcount test
 2015-05-15  6:45 UTC 

[tip:perf/core] perf machine: No need to keep a refcnt for last_match
 2015-05-15  6:45 UTC 

[tip:perf/core] perf tests: Show refcounting broken expectations in thread-mg-share test
 2015-05-15  6:45 UTC 

[GIT PULL] liblockdep fixes for 4.1
 2015-05-15  6:45 UTC  (2+ messages)

[PATCH v2 3/3] perf report: Do not restrict -T option by other options
 2015-05-15  6:45 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 1/2] perf tests: Fix to get negative exit codes
 2015-05-15  6:44 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH v3 3/3] perf probe: Show better error message when failed to find variable
 2015-05-15  6:44 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH v3 2/3] perf probe: Add --range option to show variable location range
 2015-05-15  6:44 UTC  (2+ messages)
` [tip:perf/core] perf probe: Add --range option to show a variable 's "

[PATCH v3 1/3] perf probe: Remove length limitation for showing available variables
 2015-05-15  6:43 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH man-pages v2] capabilities.7, prctl.2: Document ambient capabilities
 2015-05-15  6:43 UTC 

[PATCH 2/2] perf trace: Fix typo in builtin-trace.c
 2015-05-15  6:43 UTC  (2+ messages)
` [tip:perf/core] perf trace: Removed duplicated NULL test

[PATCH 2/3] perf report: Force tty output if -T/--thread option is given
 2015-05-15  6:43 UTC  (2+ messages)
` [tip:perf/core] perf report: Force tty output if -T/ --thread "

[PATCH 1/3] perf tools: Document relation of per-thread event count feature
 2015-05-15  6:43 UTC  (2+ messages)
` [tip:perf/core] "

[tip:perf/core] perf kmem: Fix compiler warning about may be accessing uninitialized variable
 2015-05-15  6:42 UTC 

[PATCH v2 0/2] capabilities: Ambient capabilities
 2015-05-15  6:39 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] capabilities: Add a securebit to disable PR_CAP_AMBIENT_RAISE

[GIT PULL 00/17] perf/core improvements and fixes
 2015-05-15  6:39 UTC  (2+ messages)

Window watchdog driver design
 2015-05-15  6:26 UTC  (7+ messages)

[PATCH v9.5.1 09/20] drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel format
 2015-05-15  6:34 UTC  (2+ messages)

[PATCH V3 0/2] generic TEE subsystem
 2015-05-15  6:34 UTC  (3+ messages)
` [PATCH V3 1/2] tee: "
` [PATCH V3 2/2] tee: add OP-TEE driver

[PATCH v2 0/2] Adds cpu power accounting per-pid basis
 2015-05-15  6:34 UTC  (2+ messages)

[PATCH 1/1] Staging: vt6656: device: Fixed spelling error
 2015-05-15  6:33 UTC 

[PATCH] clk: mediatek: Initialize clk flags
 2015-05-15  6:22 UTC 

[PATCH V6 00/10] namespaces: log namespaces per task
 2015-05-15  6:23 UTC  (6+ messages)
` [PATCH V6 05/10] audit: log creation and deletion of namespace instances

[PATCH v2 0/6] ACPI / EC: Update due to recent changes
 2015-05-15  6:16 UTC  (7+ messages)
  ` [PATCH v2 1/6] ACPI / EC: Update acpi_ec_is_gpe_raised() with new GPE status flag
  ` [PATCH v2 2/6] ACPI / EC: Remove storming threashold enlarging quirk
  ` [PATCH v2 3/6] ACPI / EC: Remove irqs_disabled() check
  ` [PATCH v2 4/6] ACPI / EC: Fix and clean up register access guarding logics
  ` [PATCH v2 5/6] ACPI / EC: Add module params for polling modes
  ` [PATCH v2 6/6] ACPI / EC: Remove non-root-caused busy polling quirks

[PATCH v2] clk: mediatek: Export CPU mux clocks for CPU frequency control
 2015-05-15  6:16 UTC  (2+ messages)

[PATCH v3] Thermal hardware trip points and Mediatek thermal driver
 2015-05-15  6:12 UTC  (4+ messages)
` [PATCH 14/15] thermal: Add Mediatek thermal controller support

[PATCH v2 0/5] ARM64: juno: add SCPI mailbox protocol, clock and CPUFreq support
 2015-05-15  5:39 UTC  (4+ messages)
` [PATCH v2 5/5] cpufreq: arm_big_little: add SCPI interface driver

[git pull] drm fixes
 2015-05-15  5:38 UTC 

[BUG] kernel panic after bpf program removed
 2015-05-15  5:37 UTC  (2+ messages)

linux-next: manual merge of the rcu tree with the net-next tree
 2015-05-15  5:25 UTC 

[PATCH v1 00/13] ASoC: qcom: add support to apq8016 audio
 2015-05-15  5:23 UTC  (9+ messages)
` [PATCH v1 02/13] ASoC: qcom: move ipq806x specific bits out of lpass driver
` [PATCH v1 05/13] ASoC: qcom: support bitclk and osrclk per i2s port
` [PATCH v1 10/13] ASoC: qcom: Add apq8016 lpass driver support
` [PATCH v1 11/13] ASoC: qcom: add apq8016 sound card support

[net-next:master 353/365] drivers/net/ethernet/emulex/benet/be_main.c:5473:9: sparse: symbol 'be_hwmon_show_temp' was not declared. Should it be static?
 2015-05-15  5:19 UTC  (4+ messages)
` [PATCH net-next] be2net: be_hwmon_show_temp() can be static

[PATCH] pinctrl: zynq: add static to platform_driver remove callback
 2015-05-15  3:45 UTC  (2+ messages)

[PATCH v9 00/17] Tegra124 CL-DVFS / DFLL clocksource + cpufreq
 2015-05-15  5:16 UTC  (6+ messages)

[PATCH 1/1] suspend: delete sys_sync()
 2015-05-15  5:13 UTC  (7+ messages)

[RFC][PATCHSET v3] non-recursive pathname resolution & RCU symlinks
 2015-05-15  5:11 UTC  (7+ messages)
` [PATCH v3 105/110] namei: make unlazy_walk and terminate_walk handle nd->stack, add unlazy_link
` [PATCH v3 109/110] namei: handle absolute symlinks without dropping out of RCU mode

Crash in crc32_le during kmemleak_scan()
 2015-05-15  4:53 UTC  (3+ messages)

[PATCH v2 00/20] libnd: non-volatile memory device support
 2015-05-15  4:25 UTC  (5+ messages)
` [PATCH v2 18/20] libnd: infrastructure for btt devices
  ` [Linux-nvdimm] "

[PATCH v2 2/2] arch/x86: remove pci uart early console from early_prink.c
 2015-05-15  4:38 UTC 

[PATCH v2 1/2] serial_core: add pci uart early console support
 2015-05-15  4:34 UTC 

[RFC PATCH 0/1] perf/script: Ganged exits and VM topology
 2015-05-15  4:14 UTC  (2+ messages)
` [RFC PATCH 1/1] perf/script: Script to display the ganged exits count on powerpc

[PATCH v4 0/9] Convert OPAL notifier events to an irqchip
 2015-05-15  4:06 UTC  (5+ messages)
` [PATCH v4 2/9] powerpc/powernv: Add a virtual irqchip for opal events
` [PATCH v4 4/9] hvc: Convert to using interrupts instead of "
` [PATCH v4 6/9] powernv/opal: Convert opal message events to opal irq domain
` [PATCH v4 8/9] powernv/opal-dump: Convert to "


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