The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2015-06-26 11:00:24 to 2015-06-26 15:42:47 UTC [more...]

[PATCH 0/3] net: dsa: mv88e6xxx: dump hardware VLANs
 2015-06-26 15:42 UTC  (12+ messages)
` [PATCH 1/3] net: dsa: mv88e6xxx: add debugfs interface for VTU
` [PATCH 2/3] net: dsa: mv88e6xxx: add support to dump VLANs
` [PATCH 3/3] net: dsa: mv88e6352: add support for port_vlan_dump

[PATCH v3 1/1] perf tools: Check access permission when reading symbol files
 2015-06-26 15:36 UTC  (2+ messages)

[GIT PULL] workqueue changes for v4.2-rc1
 2015-06-26 15:35 UTC 

[PATCH] perf tools: don't adjust symbols in vDSO
 2015-06-26 15:35 UTC  (8+ messages)

[PATCH 5/4] staging: wilc1000: switch printks to vsprintf IPv4 extension
 2015-06-26 15:40 UTC 

[PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
 2015-06-26 15:33 UTC  (8+ messages)
                                ` [PATCH 1/1] configfs: Deletion of unnecessary checks before the function call "config_item_put"
                                  ` [PATCH] configfs: Delete "
                                ` [PATCH 1/1] fs-DLM: Deletion of unnecessary checks before the function call "kfree"
                                  ` [PATCH] fs-DLM: Delete "
                                ` [PATCH] keys: Delete an unnecessary check before the function call "key_put"
                                  ` [PATCH] fs-ext4 crypto: "
                                ` [PATCH] f2fs "

[PATCH v2 00/17] libnvdimm: ->rw_bytes(), BLK, BTT, PMEM api, and unit tests
 2015-06-26 15:26 UTC  (4+ messages)
` [PATCH v2 16/17] libnvdimm: Add sysfs numa_node to NVDIMM devices

[PATCH net-next] test_bpf: extend tests for 32-bit endianness conversion
 2015-06-26 15:25 UTC 

[PATCH][v2] asus-rbtn: new driver for asus radio button for Windows 8
 2015-06-26 15:24 UTC  (3+ messages)

[GIT PULL] Cgroup writeback support for 4.2
 2015-06-26 15:23 UTC  (7+ messages)

[GIT PULL] Core block IO bits for 4.2
 2015-06-26 15:20 UTC  (4+ messages)
      ` [git pull] device mapper fixes for 4.2-rc1

[PATCH] mm: Add error check after call to rmap_walk in the function page_referenced
 2015-06-26 15:18 UTC  (2+ messages)

[PATCH] hwmon: (nct7802) fix visibility of temp3
 2015-06-26 15:17 UTC  (2+ messages)

[GIT PULL] tracing: Updates for 4.2
 2015-06-26 15:16 UTC 

[PATCH 3/4] staging: wilc1000: remove whitespaces before quoted newlines
 2015-06-26 15:16 UTC  (4+ messages)

[PATCH] xen-netfront: Remove the meaningless code
 2015-06-26 23:17 UTC  (2+ messages)

[PATCH v2] scripts/kernel-doc: Adding cross-reference links to html documentation
 2015-06-26 15:08 UTC 

[PATCH V6 08/17] perf tools: Add Intel PT support
 2015-06-26 15:08 UTC  (13+ messages)

[PATCHv5 00/22] perf stat: Introduce --per-thread option
 2015-06-26 15:06 UTC  (4+ messages)
` [PATCH 01/22] perf thread_map: Introduce thread_map__reset function

[PATCH 0/3] [GIT PULL] tracing: some more fixes before my 4.2 pull request
 2015-06-26 15:00 UTC  (4+ messages)
` [PATCH 1/3] tracing/filter: Do not WARN on operand count going below zero
` [PATCH 2/3] tracing/filter: Do not allow infix to exceed end of string
` [PATCH 3/3] tracing: Fix typo from "static inlin" to "static inline"

GFS2: Pull request (merge window)
 2015-06-26 14:56 UTC 

[PATCH 4/4] staging: wilc1000: fix typos in PRINT_ERR()
 2015-06-26 14:47 UTC 

[PATCH v5] Added tables (i2c/platform)_device_id for checking. Extend checking on tables containing structures which are initialized without specifying member name
 2015-06-26 14:39 UTC  (2+ messages)
` [PATCH v6] coccinelle: Improve checking for missing NULL terminators

[PATCH 2/4] staging: wilc1000: add blank lines after declarations
 2015-06-26 14:45 UTC 

[PATCH 1/4] staging: wilc1000: remove unnecessary braces
 2015-06-26 14:44 UTC 

[RFC PATCH v9 00/50] perf tools: filtering events using eBPF programs
 2015-06-26 14:15 UTC  (51+ messages)
` [RFC PATCH v9 01/50] tracing, perf: Implement BPF programs attached to uprobes
` [RFC PATCH v9 02/50] tools build: Add feature check for eBPF API
` [RFC PATCH v9 03/50] bpf tools: Introduce 'bpf' library to tools
` [RFC PATCH v9 04/50] bpf tools: Allow caller to set printing function
` [RFC PATCH v9 05/50] bpf tools: Open eBPF object file and do basic validation
` [RFC PATCH v9 06/50] bpf tools: Read eBPF object from buffer
` [RFC PATCH v9 07/50] bpf tools: Check endianness and make libbpf fail early
` [RFC PATCH v9 08/50] bpf tools: Iterate over ELF sections to collect information
` [RFC PATCH v9 09/50] bpf tools: Collect version and license from ELF sections
` [RFC PATCH v9 10/50] bpf tools: Collect map definitions from 'maps' section
` [RFC PATCH v9 11/50] bpf tools: Collect symbol table from SHT_SYMTAB section
` [RFC PATCH v9 12/50] bpf tools: Collect eBPF programs from their own sections
` [RFC PATCH v9 13/50] bpf tools: Collect relocation sections from SHT_REL sections
` [RFC PATCH v9 14/50] bpf tools: Record map accessing instructions for each program
` [RFC PATCH v9 15/50] bpf tools: Add bpf.c/h for common bpf operations
` [RFC PATCH v9 16/50] bpf tools: Create eBPF maps defined in an object file
` [RFC PATCH v9 17/50] bpf tools: Relocate eBPF programs
` [RFC PATCH v9 18/50] bpf tools: Introduce bpf_load_program() to bpf.c
` [RFC PATCH v9 19/50] bpf tools: Load eBPF programs in object files into kernel
` [RFC PATCH v9 20/50] bpf tools: Introduce accessors for struct bpf_program
` [RFC PATCH v9 21/50] bpf tools: Introduce accessors for struct bpf_object
` [RFC PATCH v9 22/50] bpf tools: Link all bpf objects onto a list
` [RFC PATCH v9 23/50] perf tools: Make perf depend on libbpf
` [RFC PATCH v9 24/50] perf tools: Introduce llvm config options
` [RFC PATCH v9 25/50] perf tools: Call clang to compile C source to object code
` [RFC PATCH v9 26/50] perf tests: Add LLVM test for eBPF on-the-fly compiling
` [RFC PATCH v9 27/50] perf tools: Auto detecting kernel build directory
` [RFC PATCH v9 28/50] perf tools: Auto detecting kernel include options
` [RFC PATCH v9 29/50] perf record: Enable passing bpf object file to --event
` [RFC PATCH v9 30/50] perf record: Compile scriptlets if pass '.c' "
` [RFC PATCH v9 31/50] perf tools: Parse probe points of eBPF programs during preparation
` [RFC PATCH v9 32/50] perf probe: Attach trace_probe_event with perf_probe_event
` [RFC PATCH v9 33/50] perf record: Probe at kprobe points
` [RFC PATCH v9 34/50] perf record: Load all eBPF object into kernel
` [RFC PATCH v9 35/50] perf tools: Add bpf_fd field to evsel and config it
` [RFC PATCH v9 36/50] perf tools: Attach eBPF program to perf event
` [RFC PATCH v9 37/50] perf tools: Suppress probing messages when probing by BPF loading
` [RFC PATCH v9 38/50] perf record: Add clang options for compiling BPF scripts
` [RFC PATCH v9 39/50] bpf tools: Load a program with different instance using preprocessor
` [RFC PATCH v9 40/50] perf tools: Fix probe-event.h include
` [RFC PATCH v9 41/50] perf probe: Reset tev->args and tev->nargs when failure
` [RFC PATCH v9 42/50] perf tools: Move linux/filter.h to tools/include
` [RFC PATCH v9 43/50] perf tools: Add BPF_PROLOGUE config options for further patches
` [RFC PATCH v9 44/50] perf tools: Introduce arch_get_reg_info() for x86
` [RFC PATCH v9 45/50] perf tools: Add prologue for BPF programs for fetching arguments
` [RFC PATCH v9 46/50] perf tools: Generate prologue for BPF programs
` [RFC PATCH v9 47/50] perf tools: Use same BPF program if arguments are identical
` [RFC PATCH v9 48/50] perf record: Support custom vmlinux path
` [RFC PATCH v9 49/50] perf probe: Init symbol as kprobe if any event is kprobe
` [RFC PATCH v9 50/50] perf tools: Support attach BPF program on uprobe events

[4.1.0-07254-gc13c810] Regression: Bluetooth not working
 2015-06-26 14:28 UTC  (4+ messages)

[PATCH 1/1] pci: xgene: Enable huge outbound bar support
 2015-06-26 14:26 UTC  (2+ messages)

[-next] fib_dump_info() suspicious RCU usage
 2015-06-26 14:24 UTC  (2+ messages)

commit 4066c33d0308f8 breaks booting under KVM
 2015-06-26 14:23 UTC 

[GIT PULL] Btrfs
 2015-06-26 14:21 UTC  (5+ messages)

[GIT PULL]: dma-buf changes for 4.2
 2015-06-26 14:14 UTC 

[PATCH] staging: rtl8712: rtl871x_security.c: remove unnecessary variable initialization
 2015-06-26 14:12 UTC 

[PATCH] block: fix bogus EFAULT error from SG_IO ioctl
 2015-06-26 14:09 UTC  (2+ messages)

[PATCH 1/1] usb: storage : Remove c99 style commenting
 2015-06-26 14:08 UTC  (3+ messages)

[PATCH] tick/idle/powerpc: Do not register idle states with CPUIDLE_FLAG_TIMER_STOP set in periodic mode
 2015-06-26 14:23 UTC  (4+ messages)

[PATCH v2 4/7] USB: mos7720: rename DCR
 2015-06-26 13:53 UTC  (4+ messages)
` [PATCH v3] USB: mos7720: rename registers

[PATCHSET block/for-4.2/writeback] blkcg: blkcg stats cleanup
 2015-06-26 13:55 UTC  (6+ messages)
` [PATCH 2/6] blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with it

[PATCH 0/5] watchdog: dw_wdt: allow only one probe + various fixes
 2015-06-26 13:54 UTC  (7+ messages)
` [PATCH 1/5] watchdog: dw_wdt: prepare for more atomic bits
` [PATCH 2/5] watchdog: dw_wdt: reject additional device probes
` [PATCH 3/5] watchdog: dw_wdt: only unregister restart handler if registered
` [PATCH 4/5] watchdog: dw_wdt: unqueue timer on device removal
` [PATCH 5/5] watchdog: dw_wdt: unqueue timer synchronously on unexpected close

[PATCH 1/2] usb: chipidea: Reduce ULPI PHY reset pulse to datasheet spec of 1us
 2015-06-26 13:47 UTC  (2+ messages)
` [PATCH 2/2] usb: chipidea: Wait 50 ms before reading ID bit

Hello, Here is My Email address; (youssoufibrahim001@gmail.com)
 2015-06-26 13:12 UTC 

[PATCHv2] clk: at91: do not leak resources
 2015-06-26 13:30 UTC 

[PATCH v6 0/3] Drivers: hv: vmbus: use cpu_hotplug_enable/disable for CPU offlining prevention
 2015-06-26 13:27 UTC  (4+ messages)
` [PATCH v6 1/3] cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disable
` [PATCH v6 2/3] Drivers: hv: vmbus: use cpu_hotplug_enable/disable
` [PATCH v6 3/3] cpu-hotplug: convert cpu_hotplug_disabled to a counter

[RFCv2][PATCH 1/7] fs: optimize inotify/fsnotify code for unwatched files
 2015-06-26 13:26 UTC  (9+ messages)
` [RFCv2][PATCH 2/7] fs: use RCU for free_super() vs. __sb_start_write()
` [RFCv2][PATCH 3/7] fs: fsnotify: replace memory barrier in __sb_end_write() with RCU
` [RFCv2][PATCH 4/7] fsnotify: encapsulate embedded fsnotify data in a single spot
` [RFCv2][PATCH 7/7] fsnotify: track when ignored mask clearing is needed

[PATCH v2] clocksource: exynos_mct: fix for sleeping in atomic ctx handling cpu hotplug notif
 2015-06-26 13:23 UTC  (2+ messages)
` [RESEND PATCH v3] "

[PATCH] net: via: VIA_RHINE and VIA_VELOCITY should depend on HAS_DMA
 2015-06-26 13:21 UTC  (2+ messages)

[PATCH] mfd: 880m80x: Make use of BIT() macro
 2015-06-26 13:08 UTC 

[RFC PATCH] arm64: bpf: fix endianness conversion bugs
 2015-06-26 13:17 UTC  (2+ messages)

[PATCH] drivers: staging: rtl8712: remove unnecessory else statement
 2015-06-26 13:17 UTC  (5+ messages)
` [PATCH v2] drivers: staging: rtl8712: remove unnecessary "

rename_rev.pl: review script for whitespace changes
 2015-06-26 13:15 UTC 

[PATCHv1 0/8] mm,xen/balloon: memory hotplug improvements
 2015-06-26 13:14 UTC  (6+ messages)
` [PATCHv1 6/8] xen/balloon: only hotplug additional memory if required
    ` [Xen-devel] "

[PATCH v2 0/3] IRQ/Gic-V3:Support Mbigen interrupt controller
 2015-06-26 13:14 UTC  (8+ messages)
` [PATCH v2 2/3] IRQ/Gic-V3: Change arm-gic-its to support the Mbigen interrupt

[PATCH 1/6] clk: at91: clk-h32mxclk: fix memory leak
 2015-06-26 13:12 UTC  (7+ messages)
` [PATCH 2/6] clk: at91: clk-main: "
` [PATCH 3/6] clk: at91: clk-master: fix error path
` [PATCH 4/6] clk: at91: clk-pll: "
` [PATCH 5/6] clk: at91: clk-system: "
` [PATCH 6/6] clk: at91: clk-utmi: "

[PATCH] clockevents: return error from tick_broadcast_oneshot_control if !GENERIC_CLOCKEVENTS_BROADCAST
 2015-06-26 12:58 UTC  (12+ messages)

[PATCH V2 0/2] add basic support to Marvell 88pm880/88pm886 PMIC chip
 2015-06-26 12:49 UTC  (4+ messages)
` [PATCH V2 2/2] mfd: 88pm88x: initialize 88pm886/88pm880 base support

[PATCH v2 0/2] x86/mm/pat: modify nopat requirement warning
 2015-06-26 12:36 UTC  (6+ messages)
` [PATCH v2 2/2] x86/mm/pat, drivers/media/ivtv: move pat warn and replace WARN() with pr_warn()

[v3 0/7] Crystalcove (CRC) PMIC based panel and pwm control
 2015-06-26 12:31 UTC  (3+ messages)
` [v3 5/7] pwm: crc: Add Crystalcove (CRC) PWM driver

[RFC][PATCH 12/13] stop_machine: Remove lglock
 2015-06-26 12:32 UTC  (11+ messages)

[PATCH] staging: wilc1000: host_interface: add spaces around '='
 2015-06-26 12:34 UTC  (2+ messages)

PROBLEM: Can't get external USB HDD Seagate Backup+ parameters through hdparm in linux > 3.14
 2015-06-26 12:25 UTC 

[RFC PATCH 0/6] stop_machine: kill stop_cpus_mutex and stop_cpus_lock
 2015-06-26 12:23 UTC  (2+ messages)

[PATCH 0/1] mm: move ->mremap() from file_operations to vm_operations_struct
 2015-06-26 12:21 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v2 0/3] ARM: keystone: add ecc error interrupt handling
 2015-06-26 12:20 UTC  (6+ messages)

[PATCH] i2c: I2C_MT65XX should depend on HAS_DMA
 2015-06-26 12:12 UTC 

[PATCH] mmc: MMC_MTK should depend on HAS_DMA
 2015-06-26 12:09 UTC 

[PATCH] spi: SPI_ZYNQMP_GQSPI should depend on HAS_DMA
 2015-06-26 12:07 UTC 

[PATCH] mmc: sdhci: msm: Boost controller core clock
 2015-06-26 11:59 UTC  (3+ messages)

[PATCH] bdi: Remove "inline" keyword from exported I_BDEV() implementation
 2015-06-26 11:58 UTC 

[PATCH] mm: fix set pageblock migratetype when boot
 2015-06-26 11:25 UTC  (3+ messages)

[PATCH] staging: gdm72xx: Split Kconfig descriptions into more lines
 2015-06-26 11:29 UTC  (2+ messages)

[RFC PATCH 00/10] redesign compaction algorithm
 2015-06-26 11:22 UTC  (8+ messages)

[PATCH v5 0/3] locking/qrwlock: More optimizations in qrwlock
 2015-06-26 11:14 UTC  (5+ messages)
` [PATCH v5 3/3] locking/qrwlock: Don't contend with readers when setting _QW_WAITING

[PATCH 0/3] mmc: sdhci: Card detection fixes
 2015-06-26 11:12 UTC  (8+ messages)
` [PATCH 1/3] mmc: sdhci: let GPIO based card detection have higher precedence

[RFC PATCH 0/3] tracing, perf tools: Attach BPF program on uprobe events
 2015-06-26 11:09 UTC  (4+ messages)
` [RFC PATCH 3/3] perf tools: Support attach "

[RFC PATCH 1/2] of: base: Allow more args than MAX_PHANDLE_ARGS if required
 2015-06-26 11:10 UTC  (3+ messages)
` [PATCH 2/2] arm/smmu: Make use of of_parse_phandle_with_var_args

[alsa-devel][PATCH] ASoC: wm8960: update pll and clock setting function
 2015-06-26 11:09 UTC 

linux-next: Tree for Jun 26
 2015-06-26 11:06 UTC  (2+ messages)
` [PATCH] regulators: Add missing dummy definition for regulator_list_voltage

[RFC PATCH v8 00/49] perf tools: filtering events using eBPF programs
 2015-06-26 11:00 UTC  (4+ messages)
` [RFC PATCH v8 38/49] bpf tools: Load instructions buffer using load_program()


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